MCPcopy Create free account
hub / github.com/OpenCalib/LiDAR2INS / matrixQ

Method matrixQ

eigen3/Eigen/src/SparseQR/SparseQR.h:186–187  ·  view source on GitHub ↗

\returns an expression of the matrix Q as products of sparse Householder reflectors. * The common usage of this function is to apply it to a dense matrix or vector * \code * VectorXd B1, B2; * // Initialize B1 * B2 = matrixQ() * B1; * \endcode * * To get a plain SparseMatrix representation of Q: * \code * SparseMatrix Q; * Q = SparseQR<SparseMatr

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

_solve_implMethod · 0.95
rowsMethod · 0.45
evalToMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected