<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/DenseMatrix_Complex_Double",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@SA@DenseMatrix_Complex_Double"
  },
  "title" : "DenseMatrix_Complex_Double"
}
-->

# DenseMatrix_Complex_Double

Contains a dense `rowCount` x `columnCount` matrix of complex double
values stored in column-major order.

```
struct DenseMatrix_Complex_Double
```

## Overview

- `rowCount`:     Number of rows in the matrix.
- `columnCount`:  Number of columns in the matrix.
- `columnStride`: The column stride of the matrix.
- `attributes`:   The attributes of the matrix, for example whether the matrix is symmetrical (Hermitian) or triangular.
- `data`: The array of float values in column-major order.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)