---
title: "sparse_pack_vector_float_complex(_:_:_:_:_:_:)"
framework: accelerate
role: symbol
role_heading: Function
path: "accelerate/sparse_pack_vector_float_complex(_:_:_:_:_:_:)"
---

# sparse_pack_vector_float_complex(_:_:_:_:_:_:)

## Declaration

```swift
func sparse_pack_vector_float_complex(_ N: sparse_dimension, _ nz: sparse_dimension, _ x: OpaquePointer!, _ incx: sparse_stride, _ y: OpaquePointer!, _ indy: UnsafeMutablePointer<sparse_index>!) -> Int
```

## See Also

### Complex vector operations

- [sparse_pack_vector_double_complex(_:_:_:_:_:_:)](accelerate/sparse_pack_vector_double_complex(_:_:_:_:_:_:).md)
- [sparse_unpack_vector_double_complex(_:_:_:_:_:_:_:)](accelerate/sparse_unpack_vector_double_complex(_:_:_:_:_:_:_:).md)
- [sparse_unpack_vector_float_complex(_:_:_:_:_:_:_:)](accelerate/sparse_unpack_vector_float_complex(_:_:_:_:_:_:_:).md)
- [sparse_vector_norm_double_complex(_:_:_:_:)](accelerate/sparse_vector_norm_double_complex(_:_:_:_:).md)
- [sparse_vector_norm_float_complex(_:_:_:_:)](accelerate/sparse_vector_norm_float_complex(_:_:_:_:).md)
