OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeVectors
(Results
1 - 2
of
2
) sorted by null
/external/eigen/lapack/
eigenvalues.cpp
62
bool
computeVectors
= *jobz=='V' || *jobz=='v';
63
SelfAdjointEigenSolver<PlainMatrixType> eig(mat,
computeVectors
?ComputeEigenvectors:EigenvaluesOnly);
68
if(
computeVectors
)
75
if(
computeVectors
)
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Eigen3f.java
120
computeVectors
(scaledData, maxRows[0], 1, 2, 0);
124
computeVectors
(scaledData, maxRows[1], 2, 0, 1);
128
computeVectors
(scaledData, maxRows[2], 0, 1, 2);
187
private void
computeVectors
(Matrix3f mat, Vector3f vect, int index1,
Completed in 202 milliseconds