sparse_get_block_dimension_for_col(_:_:)
Returns the dimension of the block for a specified column of a single-precision matrix.
Declaration
func sparse_get_block_dimension_for_col(_ A: UnsafeMutableRawPointer!, _ j: sparse_index) -> IntParameters
- A:
The sparse matrix, A, which must have been created with Sparse_matrix_block_create_float(_:_:_:_:), Sparse_matrix_block_create_double(_:_:_:_:), Sparse_matrix_variable_block_create_float(_:_:_:_:), or Sparse_matrix_variable_block_create_double(_:_:_:_:). 0 is returned if not met.
Aholds block dimensions (fixed or variable) set with matrix object creation routine. - j:
The column to query.
Return Value
The dimension of the block of the specified column.