OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:determinant
(Results
26 - 31
of
31
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp
92
// calculate the
determinant
of a 2x2 matrix.
101
// Calculate the
determinant
of a 3x3 matrix
117
// calculate the
determinant
of a 4x4 matrix.
154
// Let a denote the minor
determinant
of matrix A obtained by
218
// Calculate the 4x4
determinant
219
// If the
determinant
is zero,
401
// Check for a coordinate system flip. If the
determinant
1498
double
determinant
= WebCore::
determinant
4x4(m_matrix);
local
[
all
...]
/external/chromium_org/third_party/skia/src/utils/
SkMatrix44.cpp
407
double SkMatrix44::
determinant
() const {
function in class:SkMatrix44
445
// Calculate the
determinant
540
// Calculate the
determinant
598
// Calculate the
determinant
/external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h
558
Scalar
determinant
() const;
775
typename SuperLU<MatrixType>::Scalar SuperLU<MatrixType>::
determinant
() const
function in class:Eigen::SuperLU
777
eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for computing the
determinant
, you must first call either compute() or analyzePattern()/factorize()");
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix3f.java
960
float det =
determinant
();
985
float det =
determinant
();
1049
* <code>
determinant
</code> generates the
determinant
of this matrix.
1051
* @return the
determinant
1053
public float
determinant
() {
method in class:Matrix3f
[
all
...]
Matrix4f.java
1624
public float
determinant
() {
method in class:Matrix4f
[
all
...]
/external/skia/src/utils/
SkMatrix44.cpp
407
double SkMatrix44::
determinant
() const {
function in class:SkMatrix44
445
// Calculate the
determinant
540
// Calculate the
determinant
598
// Calculate the
determinant
Completed in 115 milliseconds
1
2