BVOrthogBlockType#
Determines the method used in block orthogonalization (simultaneous orthogonalization of a set of vectors).
Synopsis#
Values#
BV_ORTHOG_BLOCK_GS- Gram-Schmidt, column by columnBV_ORTHOG_BLOCK_CHOL- Cholesky QR methodBV_ORTHOG_BLOCK_TSQR- Tall-Skinny QR methodBV_ORTHOG_BLOCK_TSQRCHOL- TSQR, but computing the triangular factor onlyBV_ORTHOG_BLOCK_SVQB- SVQB method
See Also#
BV: Basis Vectors, BVSetOrthogonalization(), BVGetOrthogonalization(), BVOrthogonalize()
Level#
advanced
Location#
Index of all BV routines Table of Contents for all manual pages Index of all manual pages