cr.sparse.has_orthogonal_rows

cr.sparse.has_orthogonal_rows(A, atol=1e-06)[source]

Checks if a matrix has orthogonal rows

Parameters

A (jax.numpy.ndarray) – A JAX real 2D array

Returns

True if the matrix has orthogonal rows, False otherwise.

Return type

bool