Contents

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

Parameters

Return Value

The dimension of the block of the specified column.

Discussion

See Also

Block dimension queries