sparse_get_matrix_property(_:_:)
Returns the value of the given property name.
Declaration
func sparse_get_matrix_property(_ A: UnsafeMutableRawPointer!, _ pname: sparse_matrix_property) -> IntParameters
- A:
The sparse matrix object.
- pname:
The property name to get the value of. See Sparse_matrix_property for options.
Return Value
Returns the value of the property for a valid object and property, or 0 otherwise.
Discussion
Returns the value of the given property name. See matrix properties enumeration for further property details.