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

# DenseMatrix_Complex_Float

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

```
struct DenseMatrix_Complex_Float
```

## 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)