OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sndi
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/Geometry/
OrthoMethods.h
139
Index
sndi
= 0;
local
142
sndi
= 1;
143
RealScalar invnm = RealScalar(1)/(Vector2() << src.coeff(
sndi
),src.coeff(maxi)).finished().norm();
144
perp.coeffRef(maxi) = -conj(src.coeff(
sndi
)) * invnm;
145
perp.coeffRef(
sndi
) = conj(src.coeff(maxi)) * invnm;
Completed in 108 milliseconds