OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmatrix
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterHue.java
26
private ColorSpaceMatrix
cmatrix
= null;
field in class:ImageFilterHue
30
cmatrix
= new ColorSpaceMatrix();
57
cmatrix
.identity();
58
cmatrix
.setHue(value);
60
nativeApplyFilter(bitmap, w, h,
cmatrix
.getMatrix());
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h
50
template <typename
CMatrix
, typename CINVMatrix>
51
void pseudo_inverse(const
CMatrix
&C, CINVMatrix &CINV)
54
typedef typename
CMatrix
::Scalar Scalar;
55
typedef typename
CMatrix
::Index Index;
105
template<typename TMatrix, typename
CMatrix
,
107
void constrained_cg(const TMatrix& A, const
CMatrix
& C, VectorX& x,
149
for (typename
CMatrix
::InnerIterator it(C,i); it; ++it)
/prebuilts/tools/common/netbeans-visual/
org-openide-util.jar
Completed in 170 milliseconds