---
title: SparseAttributesComplex_t
framework: accelerate
role: symbol
role_heading: Structure
path: accelerate/sparseattributescomplex_t
---

# SparseAttributesComplex_t

A type representing the attributes of a matrix.

## Declaration

```swift
struct SparseAttributesComplex_t
```

## Overview

Overview

## Topics

### Initializers

- [init()](accelerate/sparseattributescomplex_t/init().md)

### Instance Properties

- [conjugate_transpose](accelerate/sparseattributescomplex_t/conjugate_transpose.md)
- [kind](accelerate/sparseattributescomplex_t/kind.md)
- [transpose](accelerate/sparseattributescomplex_t/transpose.md)
- [triangle](accelerate/sparseattributescomplex_t/triangle.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)

## See Also

### Creating sparse complex matrices

- [SparseMatrix_Complex_Double](accelerate/sparsematrix_complex_double.md)
- [SparseMatrix_Complex_Float](accelerate/sparsematrix_complex_float.md)
- [SparseMatrixStructureComplex](accelerate/sparsematrixstructurecomplex.md)
