OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:complement
(Results
1 - 25
of
620
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ceres-solver/internal/ceres/
implicit_schur_complement.h
31
// An iterative solver for solving the Schur
complement
/reduced camera
49
// to the Schur
complement
without explicitly forming it.
63
// and the Schur
complement
system is given by
68
// is to form this Schur
complement
system and solve it using
72
// matrix vector product with the Schur
complement
82
//
complement
using the PartitionedMatrixView object.
95
//
Complement
.
102
// Initialize the Schur
complement
for a linear least squares
114
// y += Sx, where S is the Schur
complement
.
117
// The Schur
complement
is a symmetric positive definite matrix
[
all
...]
iterative_schur_complement_solver.h
56
//
Complement
system without explicitly forming the Schur
Complement
58
// ImplicitSchurComplement class. Not forming the Schur
complement
in
65
// For the curious, running CG on the Schur
complement
is the same as
schur_complement_solver.h
53
// Base class for Schur
complement
based linear least squares
85
// DenseSchurComplementSolver: For problems where the Schur
complement
91
//
complement
matrix is large and sparse. It requires that
93
// sparse Cholesky factorization of the Schur
complement
. This solver
167
// Size of the blocks in the Schur
complement
.
schur_ordering.h
32
//
complement
based algorithms.
49
//
complement
based solvers. The output variable ordering contains an
58
//
complement
of the independent set,
visibility_based_preconditioner.h
78
// entries in the Schur
complement
matrix corresponding to these
79
// camera pairs as an approximation to the full Schur
complement
.
132
// It has the same structural requirement as other Schur
complement
167
// Number of parameter blocks in the schur
complement
.
171
// Sizes of the blocks in the schur
complement
.
177
// Non-zero camera pairs from the schur
complement
matrix that are
parameter_block_ordering.h
47
//
complement
based solvers. The output variable ordering contains an
56
//
complement
of the independent set,
schur_eliminator.h
57
// class provides the functionality to compute the Schur
complement
151
// be interested in all of the Schur
Complement
S. However, it is also
153
// the full Schur
complement
. When the eliminator is generating the
158
//
Complement
, e.g., computing the block diagonal of S so that it can
177
// Compute the Schur
complement
system from the augmented linear
184
// the full or a submatrix of the Schur
complement
will be computed.
186
// Since the Schur
complement
is a symmetric matrix, only the upper
187
// triangular part of the Schur
complement
is computed.
schur_jacobi_preconditioner.h
82
// It has the same structural requirement as other Schur
complement
98
// Sizes of the blocks in the schur
complement
.
implicit_schur_complement.cc
99
// Compute the RHS of the Schur
complement
system.
195
// corresponds to the Schur
complement
system, so we just copy those
196
// values from the solution to the Schur
complement
.
200
// Compute the RHS of the Schur
complement
system.
/external/llvm/lib/Support/
DeltaAlgorithm.cpp
84
//
complement
.
87
changeset_ty
Complement
;
90
std::insert_iterator<changeset_ty>(
Complement
,
Complement
.begin()));
91
if (GetTestResult(
Complement
)) {
95
Res = Delta(
Complement
, ComplementSets);
/bionic/libc/arch-x86/string/
strlen.S
17
notl %ecx /* get length by taking
complement
*/
/external/chromium/chrome/browser/password_manager/
login_database_mac.cc
8
// rest of the database as a suplemental storage system to
complement
Keychain,
/external/chromium_org/chrome/browser/password_manager/
login_database_mac.cc
8
// rest of the database as a suplemental storage system to
complement
Keychain,
/external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.h
15
// It's the
complement
of GeolocationDispatcher (owned by RenderView).
/ndk/sources/host-tools/sed-4.2.1/lib/
intprops.h
30
complement
, ones'
complement
, or signed magnitude representation,
31
respectively. Much GNU code assumes two's
complement
, but some
/external/chromium_org/third_party/icu/source/i18n/unicode/
fpositer.h
85
* Returns the
complement
of the result of operator==
87
* @return the
complement
of the result of operator==
/external/icu4c/i18n/unicode/
fpositer.h
85
* Returns the
complement
of the result of operator==
87
* @return the
complement
of the result of operator==
/external/chromium_org/content/renderer/
input_tag_speech_dispatcher.h
22
// the
complement
of InputTagSpeechDispatcherHost (owned by RenderViewHost).
geolocation_dispatcher.h
26
// It's the
complement
of GeolocationDispatcherHost (owned by RenderViewHost).
speech_recognition_dispatcher.h
23
// scripted JS speech APIs. It's the
complement
of
/external/chromium_org/sync/internal_api/public/base/
node_ordinal.cc
43
// we're assuming that we're on a twos-
complement
machine.
/external/llvm/lib/CodeGen/
SplitKit.h
223
/// ComplementSpillMode - Select how the
complement
live range should be
225
/// anything that isn't added to another interval. This
complement
interval
230
/// SM_Partition(Default) - Try to create the
complement
interval so it
237
/// instructions. Copies to the
complement
interval are hoisted to their
239
///
complement
interval. This also means that no extra PHI-defs need to be
240
/// inserted in the
complement
interval.
245
/// the
complement
interval may get some extra PHI-defs.
255
/// The index 0 is used for the
complement
, so the first interval started by
292
/// LiveRangeCalc instance for the
complement
interval when in spill mode.
296
///
complement
interval can overlap the other intervals, so it gets its ow
[
all
...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestIntervalSet.java
105
String result = (s.
complement
(vocabulary)).toString();
115
String result = (s.
complement
(vocabulary)).toString();
123
String result = (s.
complement
(vocabulary)).toString();
131
String result = (s.
complement
(vocabulary)).toString();
144
String result = (s.
complement
(vocabulary)).toString();
296
String result = (s.
complement
(s2)).toString();
304
String result = (s.
complement
(s2)).toString();
312
String result = (s.
complement
(1,Label.MAX_CHAR_VALUE)).toString();
/external/compiler-rt/lib/ppc/
fixunstfdi.c
38
/* Now we have the mantissa of tail as a signed 2s-
complement
integer */
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
CrcFunction.java
39
// and final
complement
step). The CRC-32 of "123456789" is 0xCBF43926.
Completed in 905 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>