Skip to main content

Module matrix_decomp

Module matrix_decomp 

Source
Expand description

Additional matrix decompositions (QR, Gram–Schmidt) and structure tests. Additional matrix decompositions and structure tests.

Everything here is a method on Matrix (or a free function taking matrices); the module split is purely organisational.

Functions§

gram_schmidt
Gram–Schmidt orthogonalisation of a list of column vectors.
hessian
Hessian matrix H[i][j] = ∂²f / ∂vars[i] ∂vars[j].
wronskian
Wronskian W(f₁, …, fₙ)(x) = det[ fⱼ^(i) ] of a list of functions.