mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-28 07:42:02 +08:00
warn users other variants are not implemented yet... (will do it very soon)
This commit is contained in:
parent
74006a9fe9
commit
db160f2e0b
@ -188,6 +188,10 @@ compute(const MatrixType& matA, const MatrixType& matB, int options)
|
|||||||
&& ((options&GenEigMask)==Ax_lBx || (options&GenEigMask)==ABx_lx || (options&GenEigMask)==BAx_lx)
|
&& ((options&GenEigMask)==Ax_lBx || (options&GenEigMask)==ABx_lx || (options&GenEigMask)==BAx_lx)
|
||||||
&& "invalid option parameter");
|
&& "invalid option parameter");
|
||||||
|
|
||||||
|
ei_assert((options&GenEigMask)==Ax_lBx && "other variants are not implemented yet, sorry.");
|
||||||
|
|
||||||
|
// TODO implements other variants !!
|
||||||
|
|
||||||
bool computeEigVecs = (options&EigVecMask)==ComputeEigenvectors;
|
bool computeEigVecs = (options&EigVecMask)==ComputeEigenvectors;
|
||||||
|
|
||||||
// Compute the cholesky decomposition of matB = L L' = U'U
|
// Compute the cholesky decomposition of matB = L L' = U'U
|
||||||
|
Loading…
x
Reference in New Issue
Block a user