OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrix1
(Results
1 - 3
of
3
) sorted by null
/external/eigen/demos/mix_eigen_and_c/
example.c
15
struct C_MatrixXd *
matrix1
, *matrix2, *result;
local
18
matrix1
= MatrixXd_new(3, 3);
19
MatrixXd_set_zero(
matrix1
);
20
MatrixXd_set_coeff(
matrix1
, 0, 1, 2.5);
21
MatrixXd_set_coeff(
matrix1
, 1, 0, 1.4);
22
printf("Here is
matrix1
:\n");
23
MatrixXd_print(
matrix1
);
26
MatrixXd_multiply(
matrix1
,
matrix1
, matrix2);
27
printf("Here is
matrix1
*matrix1:\n")
[
all
...]
/external/chromium_org/cc/output/
render_surface_filters_unittest.cc
79
float
matrix1
[20] = { 1.0f, 0.0f, 0.0f, 0.0f, 0.0f,
local
83
EXPECT_TRUE(IsCombined(FilterOperation::CreateColorMatrixFilter(
matrix1
)));
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtilTest.cpp
164
TransformationMatrix
matrix1
;
local
166
operations1.operations().append(Matrix3DTransformOperation::create(
matrix1
));
Completed in 253 milliseconds