Vocabulary math .
matrices .
extras Inputs Outputs Word description Apply a Gram-Schmidt transform on the matrix, and
normalize each row of the result, resulting in an orthogonal and normalized matrix (orthonormal).
Examples USING: math.matrices.extras prettyprint ;
{ { 1 2 } { 3 4 } { 5 6 } } gram-schmidt-normalize .{
{ 0.4472135954999579 0.8944271909999159 }
{ 0.894427190999916 -0.447213595499958 }
{ -0/0. -0/0. }
}
Definition
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.101 x86.64 (2284, heads/master-29a92525f9, Nov 9 2024 06:55:18)