Home
last modified time | relevance | path

Searched refs:SPD (Results 1 – 12 of 12) sorted by relevance

/external/eigen/test/
Dinplace_decomposition.cpp17 template<typename DecType,typename MatrixType> void inplace(bool square = false, bool SPD = false) in inplace() argument
30 if(SPD) in inplace()
Dsparse_solver.h252 if(sym==SPD) return "SPD "; in sym_to_string()
321 if (it.sym() == SPD){
/external/eigen/unsupported/Eigen/src/SparseExtra/
DMatrixMarketIterator.h17 SPD = 0x100, enumerator
224 m_sym = SPD; in Getnextvalidmatrix()
/external/eigen/doc/
DSparseLinearSystems.dox18 …dule SparseCholesky\endlink></tt></td><td>Direct LLt factorization</td><td>SPD</td><td>Fill-in red…
22 …ule SparseCholesky\endlink></tt></td><td>Direct LDLt factorization</td><td>SPD</td><td>Fill-in red…
43 …rSolvers_Module IterativeLinearSolvers\endlink></tt></td> <td>Classic iterative CG</td><td>SPD</td>
64 …iXSupport \endlink</td><td>Direct LLt, LDLt, LU factorizations</td><td>SPD \n SPD \n Square</td><t…
67 …rt_Module CholmodSupport \endlink</td><td>Direct LLt factorization</td><td>SPD</td><td>Fill-in red…
79 …soSupport \endlink</td><td>Direct LLt, LDLt, LU factorizations</td><td>SPD \n SPD \n Square</td><t…
84 Here \c SPD means symmetric positive definite.
113 For \c SPD solvers, a second optional template argument allows to specify which triangular part hav…
/external/ltp/testcases/network/stress/ns-tools/
Doutput_ipsec_conf67 Flush the SAD and SPD entries.
/external/ipsec-tools/src/racoon/doc/
DFAQ44 sets IKE ports in SAD and SPD so that the kernel is
47 option to force the ports to 0 in SAD ans SPD. Of
/external/eigen/bench/spbench/
Dspbenchsolver.h426 if (sym == SPD) in SelectSolvers()
509 if (it.sym() == SPD) in Browse_Matrices()
/external/ipsec-tools/
DNEWS31 o Try to works better with huge SPD/SAD
87 o Support for SPD policy priorities in setkey.
DChangeLog229 pfkey socket, this may help things when we have a huge SPD
412 * src/racoon/isakmp.c: Only delete a generated SPD if it's creation
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-natt40 # policy in the kernel SPD. For example for traffic between
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h808 void visitSPDescriptorParent(StackProtectorDescriptor &SPD,
810 void visitSPDescriptorFailure(StackProtectorDescriptor &SPD);
DSelectionDAGBuilder.cpp2030 void SelectionDAGBuilder::visitSPDescriptorParent(StackProtectorDescriptor &SPD, in visitSPDescriptorParent() argument
2107 Cmp, DAG.getBasicBlock(SPD.getFailureMBB())); in visitSPDescriptorParent()
2111 DAG.getBasicBlock(SPD.getSuccessMBB())); in visitSPDescriptorParent()
2125 SelectionDAGBuilder::visitSPDescriptorFailure(StackProtectorDescriptor &SPD) { in visitSPDescriptorFailure() argument