OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:triplet
(Results
1 - 3
of
3
) sorted by null
/art/test/088-monitor-verification/src/
Main.java
56
m.
triplet
(obj1, obj2, 0);
57
System.out.println("
triplet
ok");
202
public void
triplet
(Object obj1, Object obj2, int x) {
method in class:Main
/dalvik/tests/088-monitor-verification/src/
Main.java
58
m.
triplet
(obj1, obj2, 0);
59
System.out.println("
triplet
ok");
204
public void
triplet
(Object obj1, Object obj2, int x) {
method in class:Main
/external/ceres-solver/internal/ceres/
suitesparse.cc
52
cholmod_triplet
triplet
;
local
54
triplet
.nrow = A->num_rows();
55
triplet
.ncol = A->num_cols();
56
triplet
.nzmax = A->max_num_nonzeros();
57
triplet
.nnz = A->num_nonzeros();
58
triplet
.i = reinterpret_cast<void*>(A->mutable_rows());
59
triplet
.j = reinterpret_cast<void*>(A->mutable_cols());
60
triplet
.x = reinterpret_cast<void*>(A->mutable_values());
61
triplet
.stype = 0; // Matrix is not symmetric.
62
triplet
.itype = CHOLMOD_INT
72
cholmod_
triplet
triplet
;
local
[
all
...]
Completed in 744 milliseconds