Contents

sparse_get_block_dimension_for_row(_:_:)

Returns the dimension of the block for a specified row of a double-precision matrix.

Declaration

func sparse_get_block_dimension_for_row(_ A: UnsafeMutableRawPointer!, _ i: sparse_index) -> Int

Parameters

Return Value

The dimension of the block of the specified row.

Discussion

See Also

Block dimension queries