BasisStatus
BasisStatus is a term used in computational linear algebra and related software to represent the assessment of a proposed basis for a vector space. It encapsulates whether a given set of vectors forms a valid basis for the intended ambient space and may include additional properties that affect subsequent computations.
A BasisStatus object typically contains indicators such as: isBasis (whether the vectors form a basis), rank
Computation of BasisStatus commonly involves forming a matrix whose columns are the basis vectors and performing
Usage of BasisStatus helps libraries decide whether to proceed with vector-space operations or require refinement, such
See also: Basis, Linear independence, Span, Orthogonality, Condition number.