SYMBOL INDEX (3021 symbols across 306 files) FILE: config.py function print_hyperparams (line 114) | def print_hyperparams(data, experiment_name): FILE: dataset/dataset.py class MeshDataset (line 17) | class MeshDataset(Dataset): method __init__ (line 18) | def __init__( method _load (line 70) | def _load(self): method load_pts_file (line 79) | def load_pts_file(path): method load_grid (line 89) | def load_grid(path): method __len__ (line 102) | def __len__(self): method unpack (line 105) | def unpack(self, x): method _load_data (line 116) | def _load_data(self, data_dir): method _get_cached_data (line 141) | def _get_cached_data(self, index): method __getitem__ (line 153) | def __getitem__(self, index): method get_metadata (line 214) | def get_metadata(self, index): FILE: dataset/generate_dataset.py function process_one (line 15) | def process_one(mesh_path, mesh_directory, dataset_directory, skip_exist... function generate_meshes (line 42) | def generate_meshes(mesh_directory, dataset_directory, mesh_format, skip... FILE: external/PyMarchingCubes/examples/spheres.py function sphere_tsdf (line 36) | def sphere_tsdf(xyz, x_scale, y_scale, z_scale): FILE: external/PyMarchingCubes/marching_cubes/exporter.py function export_obj (line 5) | def export_obj(vertices, triangles, filename): function export_off (line 23) | def export_off(vertices, triangles, filename): function export_mesh (line 46) | def export_mesh(vertices, triangles, filename, mesh_name="mcubes_mesh"): FILE: external/PyMarchingCubes/marching_cubes/numpy_smoothing.py function signed_distance_function (line 51) | def signed_distance_function(binary_arr: np.ndarray) -> np.ndarray: function energy (line 63) | def energy(arr: np.ndarray) -> np.ndarray: function solve_jacobi (line 69) | def solve_jacobi( function numpy_smooth (line 95) | def numpy_smooth(binary_array: np.ndarray, max_iters: int = 500) -> np.n... FILE: external/PyMarchingCubes/marching_cubes/smoothing.py function _build_variable_indices (line 22) | def _build_variable_indices(band: np.ndarray) -> np.ndarray: function _buildq3d (line 29) | def _buildq3d(variable_indices: np.ndarray): function _buildq2d (line 93) | def _buildq2d(variable_indices: np.ndarray): function _jacobi (line 145) | def _jacobi( function signed_distance_function (line 194) | def signed_distance_function( function smooth_constrained (line 220) | def smooth_constrained( function smooth_gaussian (line 272) | def smooth_gaussian(binary_array: np.ndarray, sigma: float = 3) -> np.nd... function smooth (line 277) | def smooth( FILE: external/PyMarchingCubes/marching_cubes/src/marchingcubes.cpp type mc (line 4) | namespace mc type private_ (line 287) | namespace private_ function mc_isovalue_interpolation (line 290) | double mc_isovalue_interpolation(double isovalue, double f1, double f2, function mc_add_vertex (line 299) | void mc_add_vertex(double x1, double y1, double z1, double c2, FILE: external/PyMarchingCubes/marching_cubes/src/marchingcubes.h type Eigen (line 12) | typedef Eigen::Matrix Vector6d; function namespace (line 20) | namespace private_ FILE: external/PyMarchingCubes/marching_cubes/src/pywrapper.cpp function PyObject (line 10) | PyObject* marching_cubes_func(PyObject* lower, PyObject* upper, function PyObject (line 76) | PyObject* marching_cubes(PyArrayObject* arr, double isovalue) function PyObject (line 125) | PyObject* marching_cubes_color_func(PyObject* lower, PyObject* upper, function PyObject (line 217) | PyObject* marching_cubes_color(PyArrayObject* arr_sdf, PyArrayObject* ar... function PyObject (line 284) | PyObject* marching_cubes_super_sampling(PyArrayObject* arrX, PyArrayObje... FILE: external/PyMarchingCubes/setup.py class lazy_cythonize (line 10) | class lazy_cythonize(list): method __init__ (line 15) | def __init__(self, callback): method c_list (line 19) | def c_list(self): method __iter__ (line 25) | def __iter__(self): method __getitem__ (line 29) | def __getitem__(self, ii): method __len__ (line 32) | def __len__(self): function extensions (line 36) | def extensions(): FILE: external/PyMarchingCubes/test_mcubes.py function test_empty (line 10) | def test_empty(): function test_sphere (line 18) | def test_sphere(): function test_no_duplicates (line 37) | def test_no_duplicates(): function test_export (line 46) | def test_export(): function test_invalid_input (line 57) | def test_invalid_input(): FILE: external/PyMarchingCubes/test_smoothing.py function test_sphere (line 10) | def test_sphere(): function test_gaussian_smoothing (line 37) | def test_gaussian_smoothing(): function test_wrong_ndim (line 57) | def test_wrong_ndim(): function test_wrong_method (line 80) | def test_wrong_method(): function test_circle (line 91) | def test_circle(): FILE: external/eigen3/Eigen/src/Cholesky/LDLT.h function namespace (line 16) | namespace Eigen { function namespace (line 287) | namespace internal { function Upper (line 454) | struct ldlt_inplace type TriangularView (line 474) | typedef const TriangularView MatrixU; function MatrixL (line 483) | static inline MatrixL getL(const MatrixType& m) { return MatrixL(m.adjoi... function MatrixU (line 484) | static inline MatrixU getU(const MatrixType& m) { return MatrixU(m); } type typename (line 535) | typedef typename TranspositionType::StorageIndex IndexType; FILE: external/eigen3/Eigen/src/Cholesky/LLT.h function namespace (line 13) | namespace Eigen { function namespace (line 228) | namespace internal { type typename (line 372) | typedef typename NumTraits::Real RealScalar; type TriangularView (line 397) | typedef const TriangularView MatrixU; function MatrixL (line 408) | static inline MatrixL getL(const MatrixType& m) { return MatrixL(m.adjoi... function MatrixU (line 409) | static inline MatrixU getU(const MatrixType& m) { return MatrixU(m); } function inplace_decomposition (line 410) | static bool inplace_decomposition(MatrixType& m) FILE: external/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h function namespace (line 36) | namespace Eigen { FILE: external/eigen3/Eigen/src/CholmodSupport/CholmodSupport.h function namespace (line 13) | namespace Eigen { function cholmod_sparse (line 105) | cholmod_sparse viewAsCholmod(const SparseMatrix<_Scalar,_Options,_Index>... function cholmod_sparse (line 112) | cholmod_sparse viewAsCholmod(const SparseVector<_Scalar,_Options,_Index>... type typename (line 137) | typedef typename Derived::Scalar Scalar; type CholmodMode (line 162) | enum CholmodMode { type typename (line 182) | typedef typename MatrixType::Scalar Scalar; type typename (line 183) | typedef typename MatrixType::RealScalar RealScalar; type MatrixType (line 184) | typedef MatrixType CholMatrixType; type typename (line 185) | typedef typename MatrixType::StorageIndex StorageIndex; function StorageIndex (line 217) | inline StorageIndex cols() const { return internal::convert_index &other, type internal (line 255) | struct internal FILE: external/eigen3/Eigen/src/Core/ArrayBase.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/ArrayWrapper.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/Assign.h function namespace (line 15) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/AssignEvaluator.h function namespace (line 15) | namespace Eigen { type typename (line 347) | typedef typename Kernel::DstEvaluatorType::XprType DstXprType; type unaligned_dense_assignment_loop (line 372) | struct unaligned_dense_assignment_loop type typename (line 400) | typedef typename Kernel::Scalar Scalar; type typename (line 401) | typedef typename Kernel::PacketType PacketType; type typename (line 427) | typedef typename Kernel::DstEvaluatorType::XprType DstXprType; type typename (line 428) | typedef typename Kernel::PacketType PacketType; function run (line 451) | void run(Kernel &kernel) type typename (line 467) | typedef typename Kernel::DstEvaluatorType::XprType DstXprType; type typename (line 477) | typedef typename Kernel::DstEvaluatorType::XprType DstXprType; type typename (line 478) | typedef typename Kernel::AssignmentTraits Traits; type typename (line 506) | typedef typename Kernel::DstEvaluatorType::XprType DstXprType; type typename (line 520) | typedef typename Kernel::Scalar Scalar; type typename (line 521) | typedef typename Kernel::PacketType PacketType; type typename (line 568) | typedef typename Kernel::DstEvaluatorType::XprType DstXprType; type typename (line 569) | typedef typename Kernel::PacketType PacketType; type typename (line 600) | typedef typename SrcEvaluatorTypeT::XprType SrcXprType; type SrcEvaluatorTypeT (line 604) | typedef SrcEvaluatorTypeT SrcEvaluatorType; type typename (line 605) | typedef typename DstEvaluatorType::Scalar Scalar; type copy_using_evaluator_traits (line 606) | typedef copy_using_evaluator_traits SrcEvaluatorType; type generic_dense_assignment_kernel (line 738) | typedef generic_dense_assignment_kernel::Type diagonal() const function DenseMatrixType (line 145) | DenseMatrixType toDenseMatrix() const type Dense (line 181) | typedef Dense StorageKind; type Eigen (line 182) | typedef Eigen::Index StorageIndex; type Matrix (line 195) | typedef Matrix::Scalar Scalar; type typename (line 204) | typedef typename internal::traits::StorageIndex StorageIndex; type typename (line 205) | typedef typename internal::traits::CoefficientsType Coeffici... function CoefficientsType (line 226) | inline CoefficientsType& coeffs() { return m_coeffs; } type typename (line 243) | typedef typename _CoefficientsType::StorageKind StorageKind; type typename (line 244) | typedef typename _CoefficientsType::StorageIndex StorageIndex; type _CoefficientsType (line 257) | typedef _CoefficientsType CoefficientsType; type typename (line 266) | typedef typename internal::traits::CoefficientsType C... type typename (line 267) | typedef typename internal::traits::StorageIndex Stora... type typename (line 315) | typedef typename Base::StorageIndex StorageIndex; type BandShape (line 331) | struct BandShape {} type AssignmentKind (line 347) | struct AssignmentKind type EigenBase2EigenBase (line 347) | typedef EigenBase2EigenBase Kind; FILE: external/eigen3/Eigen/src/Core/Block.h function namespace (line 14) | namespace Eigen { function EIGEN_DEVICE_FUNC (line 117) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 127) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 138) | EIGEN_DEVICE_FUNC type typename (line 158) | typedef typename XprType::StorageIndex StorageIndex; function Impl (line 162) | inline BlockImpl(XprType& xpr, Index i) : Impl(xpr,i) {} function EIGEN_DEVICE_FUNC (line 163) | EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index startRow, Index s... function EIGEN_DEVICE_FUNC (line 164) | EIGEN_DEVICE_FUNC function namespace (line 169) | namespace internal { FILE: external/eigen3/Eigen/src/Core/BooleanRedux.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/CommaInitializer.h function namespace (line 14) | namespace Eigen { function EIGEN_DEVICE_FUNC (line 116) | EIGEN_DEVICE_FUNC FILE: external/eigen3/Eigen/src/Core/ConditionEstimator.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/CoreEvaluators.h function namespace (line 16) | namespace Eigen { function EIGEN_DEVICE_FUNC (line 241) | EIGEN_DEVICE_FUNC evaluator() {} function EIGEN_DEVICE_FUNC (line 243) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& m) function EIGEN_DEVICE_FUNC (line 254) | EIGEN_DEVICE_FUNC evaluator() {} function EIGEN_DEVICE_FUNC (line 256) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& m) function EIGEN_DEVICE_FUNC (line 275) | EIGEN_DEVICE_FUNC explicit unary_evaluator(const XprType& t) : m_argImpl... type typename (line 277) | typedef typename XprType::Scalar Scalar; type typename (line 278) | typedef typename XprType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 281) | CoeffReturnType coeff(Index row, Index col) const function CoeffReturnType (line 287) | CoeffReturnType coeff(Index index) const function typename (line 299) | typename XprType::Scalar& coeffRef(Index index) function PacketType (line 306) | PacketType packet(Index row, Index col) const function PacketType (line 313) | PacketType packet(Index index) const function writePacket (line 320) | void writePacket(Index row, Index col, const PacketType& x) function writePacket (line 327) | void writePacket(Index index, const PacketType& x) function EIGEN_STRONG_INLINE (line 349) | EIGEN_STRONG_INLINE Scalar operator()(const NullaryOp& op, IndexType i) ... function EIGEN_STRONG_INLINE (line 351) | EIGEN_STRONG_INLINE T packetOp(const NullaryOp& op, IndexType i, IndexTy... function EIGEN_STRONG_INLINE (line 352) | EIGEN_STRONG_INLINE T packetOp(const NullaryOp& op, IndexType i) const {... function EIGEN_STRONG_INLINE (line 382) | EIGEN_STRONG_INLINE T packetOp(const NullaryOp& op, IndexType i, IndexTy... function EIGEN_STRONG_INLINE (line 388) | EIGEN_STRONG_INLINE Scalar operator()(const NullaryOp& op, IndexType i) ... function EIGEN_STRONG_INLINE (line 390) | EIGEN_STRONG_INLINE T packetOp(const NullaryOp& op, IndexType i) const {... function EIGEN_STRONG_INLINE (line 430) | EIGEN_STRONG_INLINE Scalar operator()(const NullaryOp& op, IndexType i) ... function EIGEN_STRONG_INLINE (line 438) | EIGEN_STRONG_INLINE T packetOp(const NullaryOp& op, IndexType i, IndexTy... function EIGEN_STRONG_INLINE (line 445) | EIGEN_STRONG_INLINE T packetOp(const NullaryOp& op, IndexType i) const { type typename (line 459) | typedef typename internal::remove_all::type PlainObject... function EIGEN_DEVICE_FUNC (line 472) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& n) type typename (line 478) | typedef typename XprType::CoeffReturnType CoeffReturnType; function EIGEN_STRONG_INLINE (line 481) | EIGEN_STRONG_INLINE function EIGEN_STRONG_INLINE (line 488) | EIGEN_STRONG_INLINE function PacketType (line 496) | PacketType packet(IndexType row, IndexType col) const function PacketType (line 503) | PacketType packet(IndexType index) const function explicit (line 530) | explicit unary_evaluator(const XprType& op) type typename (line 538) | typedef typename XprType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 541) | CoeffReturnType coeff(Index row, Index col) const function CoeffReturnType (line 547) | CoeffReturnType coeff(Index index) const function PacketType (line 554) | PacketType packet(Index row, Index col) const function PacketType (line 561) | PacketType packet(Index index) const type ternary_evaluator (line 579) | typedef ternary_evaluator > ... function EIGEN_DEVICE_FUNC (line 581) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& xpr) : Base(xpr) {} type typename (line 622) | typedef typename XprType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 625) | CoeffReturnType coeff(Index row, Index col) const function CoeffReturnType (line 631) | CoeffReturnType coeff(Index index) const function PacketType (line 638) | PacketType packet(Index row, Index col) const function PacketType (line 647) | PacketType packet(Index index) const type binary_evaluator (line 669) | typedef binary_evaluator > Base; function EIGEN_DEVICE_FUNC (line 671) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& xpr) : Base(xpr) {} type typename (line 708) | typedef typename XprType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 711) | CoeffReturnType coeff(Index row, Index col) const function CoeffReturnType (line 717) | CoeffReturnType coeff(Index index) const function PacketType (line 724) | PacketType packet(Index row, Index col) const function PacketType (line 732) | PacketType packet(Index index) const function EIGEN_DEVICE_FUNC (line 760) | EIGEN_DEVICE_FUNC explicit unary_evaluator(const XprType& op) type typename (line 768) | typedef typename XprType::Scalar Scalar; type typename (line 769) | typedef typename XprType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 772) | CoeffReturnType coeff(Index row, Index col) const function CoeffReturnType (line 778) | CoeffReturnType coeff(Index index) const type Derived (line 810) | typedef Derived XprType; type typename (line 811) | typedef typename XprType::PointerType PointerType; type typename (line 812) | typedef typename XprType::Scalar Scalar; type typename (line 813) | typedef typename XprType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 832) | CoeffReturnType coeff(Index row, Index col) const function CoeffReturnType (line 838) | CoeffReturnType coeff(Index index) const function PacketType (line 857) | PacketType packet(Index row, Index col) const function PacketType (line 865) | PacketType packet(Index index) const function writePacket (line 872) | void writePacket(Index row, Index col, const PacketType& x) function writePacket (line 880) | void writePacket(Index index, const PacketType& x) type typename (line 900) | typedef typename XprType::Scalar Scalar; type typename (line 902) | typedef typename packet_traits::type PacketScalar; function EIGEN_DEVICE_FUNC (line 923) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& map) function EIGEN_DEVICE_FUNC (line 941) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& ref) type typename (line 956) | typedef typename XprType::Scalar Scalar; type typename (line 958) | typedef typename packet_traits::type PacketScalar; type block_evaluator (line 995) | typedef block_evaluator block... function EIGEN_DEVICE_FUNC (line 996) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& block) : block_evalu... function EIGEN_DEVICE_FUNC (line 1009) | EIGEN_DEVICE_FUNC explicit block_evaluator(const XprType& block) function CoeffReturnType (line 1036) | CoeffReturnType coeff(Index row, Index col) const function CoeffReturnType (line 1042) | CoeffReturnType coeff(Index index) const function PacketType (line 1067) | PacketType packet(Index row, Index col) const function PacketType (line 1074) | PacketType packet(Index index) const function writePacket (line 1085) | void writePacket(Index row, Index col, const PacketType& x) function writePacket (line 1092) | void writePacket(Index index, const PacketType& x) type typename (line 1118) | typedef typename XprType::Scalar Scalar; type typename (line 1156) | typedef typename XprType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 1159) | CoeffReturnType coeff(Index row, Index col) const function CoeffReturnType (line 1168) | CoeffReturnType coeff(Index index) const type typename (line 1190) | typedef typename XprType::CoeffReturnType CoeffReturnType; type typename (line 1194) | typedef typename internal::nested_eval::type ArgTypeNested; type typename (line 1195) | typedef typename internal::remove_all::type ArgTypeNested... function CoeffReturnType (line 1227) | CoeffReturnType coeff(Index index) const function PacketType (line 1239) | PacketType packet(Index row, Index col) const function PacketType (line 1253) | PacketType packet(Index index) const type typename (line 1277) | typedef typename internal::nested_eval::type ArgTypeNested; type typename (line 1278) | typedef typename internal::remove_all::type ArgTypeNested... type typename (line 1279) | typedef typename ArgType::Scalar InputScalar; type typename (line 1280) | typedef typename XprType::Scalar Scalar; type typename (line 1284) | typedef typename MemberOp::template Cost... function EIGEN_DEVICE_FUNC (line 1294) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType xpr) type typename (line 1301) | typedef typename XprType::CoeffReturnType CoeffReturnType; function Scalar (line 1304) | const Scalar coeff(Index i, Index j) const function Scalar (line 1313) | const Scalar coeff(Index index) const type typename (line 1336) | typedef typename remove_all::typ... function EIGEN_DEVICE_FUNC (line 1343) | EIGEN_DEVICE_FUNC explicit evaluator_wrapper_base(const ArgType& arg) : ... type typename (line 1345) | typedef typename ArgType::Scalar Scalar; type typename (line 1346) | typedef typename ArgType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 1349) | CoeffReturnType coeff(Index row, Index col) const function CoeffReturnType (line 1355) | CoeffReturnType coeff(Index index) const function PacketType (line 1374) | PacketType packet(Index row, Index col) const function PacketType (line 1381) | PacketType packet(Index index) const function writePacket (line 1388) | void writePacket(Index row, Index col, const PacketType& x) function writePacket (line 1395) | void writePacket(Index index, const PacketType& x) function EIGEN_DEVICE_FUNC (line 1410) | EIGEN_DEVICE_FUNC explicit unary_evaluator(const XprType& wrapper) function EIGEN_DEVICE_FUNC (line 1421) | EIGEN_DEVICE_FUNC explicit unary_evaluator(const XprType& wrapper) type typename (line 1437) | typedef typename XprType::Scalar Scalar; type typename (line 1438) | typedef typename XprType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 1477) | CoeffReturnType coeff(Index index) const function PacketType (line 1497) | PacketType packet(Index row, Index col) const function PacketType (line 1512) | PacketType packet(Index index) const function writePacket (line 1520) | void writePacket(Index row, Index col, const PacketType& x) function writePacket (line 1537) | void writePacket(Index index, const PacketType& x) function EIGEN_DEVICE_FUNC (line 1570) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& diagonal) type typename (line 1575) | typedef typename XprType::Scalar Scalar; type typename (line 1576) | typedef typename XprType::CoeffReturnType CoeffReturnType; function CoeffReturnType (line 1579) | CoeffReturnType coeff(Index row, Index) const function CoeffReturnType (line 1585) | CoeffReturnType coeff(Index index) const function EvalToTemp (line 1634) | EIGEN_GENERIC_PUBLIC_INTERFACE(EvalToTemp) type typename (line 1664) | typedef typename ArgType::PlainObject PlainObject; type evaluator (line 1665) | typedef evaluator Base; function EIGEN_DEVICE_FUNC (line 1667) | EIGEN_DEVICE_FUNC explicit evaluator(const XprType& xpr) function EIGEN_DEVICE_FUNC (line 1674) | EIGEN_DEVICE_FUNC evaluator(const ArgType& arg) FILE: external/eigen3/Eigen/src/Core/CoreIterators.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/CwiseBinaryOp.h function namespace (line 14) | namespace Eigen { type typename (line 88) | typedef typename internal::remove_all::type Lhs; type typename (line 89) | typedef typename internal::remove_all::type Rhs; type typename (line 91) | typedef typename CwiseBinaryOpImpl< type typename (line 99) | typedef typename internal::ref_selector::type RhsNested; type typename (line 100) | typedef typename internal::remove_reference::type _LhsNested; type typename (line 101) | typedef typename internal::remove_reference::type _RhsNested; FILE: external/eigen3/Eigen/src/Core/CwiseNullaryOp.h function namespace (line 13) | namespace Eigen { function if (line 137) | EIGEN_STATIC_ASSERT_VECTOR_ONLY(Derived) function namespace (line 739) | namespace internal { FILE: external/eigen3/Eigen/src/Core/CwiseTernaryOp.h function namespace (line 15) | namespace Eigen { type typename (line 91) | typedef typename internal::remove_all::type Arg2; type typename (line 92) | typedef typename internal::remove_all::type Arg3; type typename (line 94) | typedef typename CwiseTernaryOpImpl< type typename (line 100) | typedef typename internal::ref_selector::type Arg2Nested; type typename (line 101) | typedef typename internal::ref_selector::type Arg3Nested; type typename (line 102) | typedef typename internal::remove_reference::type _Arg1Nested; type typename (line 103) | typedef typename internal::remove_reference::type _Arg2Nested; type typename (line 104) | typedef typename internal::remove_reference::type _Arg3Nested; FILE: external/eigen3/Eigen/src/Core/CwiseUnaryOp.h function namespace (line 14) | namespace Eigen { type typename (line 62) | typedef typename internal::remove_all::type NestedExpression; function typename (line 84) | typename internal::remove_all::type& FILE: external/eigen3/Eigen/src/Core/CwiseUnaryView.h function namespace (line 13) | namespace Eigen { type typename (line 65) | typedef typename internal::remove_all::type NestedExpression; function explicit (line 67) | explicit inline CwiseUnaryView(MatrixType& mat, const ViewOp& func = Vie... function typename (line 83) | typename internal::remove_reference::type& type typename (line 107) | typedef typename internal::dense_xpr_base< CwiseUnaryView::StorageKind StorageKind; type typename (line 63) | typedef typename internal::traits::StorageIndex StorageIndex; type typename (line 66) | typedef typename internal::traits::Scalar Scalar; type Scalar (line 71) | typedef Scalar value_type; type typename (line 73) | typedef typename NumTraits::Real RealScalar; type DenseCoeffsBase (line 74) | typedef DenseCoeffsBase Base; type typename (line 96) | typedef typename Base::CoeffReturnType CoeffReturnType; type typename (line 174) | typedef typename internal::find_best_packet::t... type Matrix (line 180) | typedef Matrix,PlainObject>... type CwiseNullaryOp (line 264) | typedef CwiseNullaryOp,Plain... type CwiseNullaryOp (line 266) | typedef CwiseNullaryOp,Plain... type Matrix (line 268) | typedef Matrix TransposeReturnType; type typename (line 322) | typedef typename internal::add_const >::type Co... FILE: external/eigen3/Eigen/src/Core/DenseCoeffsBase.h function namespace (line 13) | namespace Eigen { type typename (line 483) | typedef typename internal::traits::Scalar Scalar; type typename (line 484) | typedef typename NumTraits::Real RealScalar; function Index (line 513) | inline Index stride() const type typename (line 557) | typedef typename internal::traits::Scalar Scalar; type typename (line 558) | typedef typename NumTraits::Real RealScalar; function Index (line 587) | inline Index stride() const function EIGEN_DEVICE_FUNC (line 606) | EIGEN_DEVICE_FUNC function Index (line 639) | inline Index first_aligned(const DenseBase& m) function Index (line 646) | inline Index first_default_aligned(const DenseBase& m) FILE: external/eigen3/Eigen/src/Core/DenseStorage.h function namespace (line 21) | namespace Eigen { function EIGEN_DEVICE_FUNC (line 125) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 132) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 144) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 151) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 162) | EIGEN_DEVICE_FUNC plain_array() {} function EIGEN_DEVICE_FUNC (line 163) | EIGEN_DEVICE_FUNC plain_array(constructor_without_unaligned_array_assert... function EIGEN_DEVICE_FUNC (line 193) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 203) | EIGEN_DEVICE_FUNC DenseStorage(Index size, Index rows, Index cols) { function EIGEN_DEVICE_FUNC (line 211) | EIGEN_DEVICE_FUNC static Index rows(void) {return _Rows;} function EIGEN_DEVICE_FUNC (line 212) | EIGEN_DEVICE_FUNC static Index cols(void) {return _Cols;} function EIGEN_DEVICE_FUNC (line 213) | EIGEN_DEVICE_FUNC void conservativeResize(Index,Index,Index) {} function EIGEN_DEVICE_FUNC (line 214) | EIGEN_DEVICE_FUNC void resize(Index,Index,Index) {} function EIGEN_DEVICE_FUNC (line 215) | EIGEN_DEVICE_FUNC const T *data() const { return m_data.array; } function EIGEN_DEVICE_FUNC (line 216) | EIGEN_DEVICE_FUNC T *data() { return m_data.array; } function EIGEN_DEVICE_FUNC (line 223) | EIGEN_DEVICE_FUNC DenseStorage() {} function EIGEN_DEVICE_FUNC (line 224) | EIGEN_DEVICE_FUNC explicit DenseStorage(internal::constructor_without_un... function EIGEN_DEVICE_FUNC (line 225) | EIGEN_DEVICE_FUNC DenseStorage(const DenseStorage&) {} function EIGEN_DEVICE_FUNC (line 227) | EIGEN_DEVICE_FUNC DenseStorage(Index,Index,Index) {} function EIGEN_DEVICE_FUNC (line 268) | EIGEN_DEVICE_FUNC DenseStorage(Index, Index rows, Index cols) : m_rows(r... function EIGEN_DEVICE_FUNC (line 273) | EIGEN_DEVICE_FUNC void conservativeResize(Index, Index rows, Index cols)... function EIGEN_DEVICE_FUNC (line 274) | EIGEN_DEVICE_FUNC void resize(Index, Index rows, Index cols) { m_rows = ... function EIGEN_DEVICE_FUNC (line 275) | EIGEN_DEVICE_FUNC const T *data() const { return m_data.array; } function EIGEN_DEVICE_FUNC (line 276) | EIGEN_DEVICE_FUNC T *data() { return m_data.array; } function EIGEN_DEVICE_FUNC (line 286) | EIGEN_DEVICE_FUNC explicit DenseStorage(internal::constructor_without_un... function EIGEN_DEVICE_FUNC (line 288) | EIGEN_DEVICE_FUNC DenseStorage(const DenseStorage& other) : m_data(other... function EIGEN_DEVICE_FUNC (line 298) | EIGEN_DEVICE_FUNC DenseStorage(Index, Index rows, Index) : m_rows(rows) {} function EIGEN_DEVICE_FUNC (line 300) | EIGEN_DEVICE_FUNC Index rows(void) const {return m_rows;} function EIGEN_DEVICE_FUNC (line 301) | EIGEN_DEVICE_FUNC Index cols(void) const {return _Cols;} function EIGEN_DEVICE_FUNC (line 302) | EIGEN_DEVICE_FUNC void conservativeResize(Index, Index rows, Index) { m_... function EIGEN_DEVICE_FUNC (line 303) | EIGEN_DEVICE_FUNC void resize(Index, Index rows, Index) { m_rows = rows; } function EIGEN_DEVICE_FUNC (line 304) | EIGEN_DEVICE_FUNC const T *data() const { return m_data.array; } function EIGEN_DEVICE_FUNC (line 305) | EIGEN_DEVICE_FUNC T *data() { return m_data.array; } function EIGEN_DEVICE_FUNC (line 315) | EIGEN_DEVICE_FUNC explicit DenseStorage(internal::constructor_without_un... function EIGEN_DEVICE_FUNC (line 317) | EIGEN_DEVICE_FUNC DenseStorage(const DenseStorage& other) : m_data(other... function EIGEN_DEVICE_FUNC (line 327) | EIGEN_DEVICE_FUNC DenseStorage(Index, Index, Index cols) : m_cols(cols) {} function EIGEN_DEVICE_FUNC (line 329) | EIGEN_DEVICE_FUNC Index rows(void) const {return _Rows;} function EIGEN_DEVICE_FUNC (line 330) | EIGEN_DEVICE_FUNC Index cols(void) const {return m_cols;} function conservativeResize (line 331) | void conservativeResize(Index, Index, Index cols) { m_cols = cols; } function resize (line 332) | void resize(Index, Index, Index cols) { m_cols = cols; } function EIGEN_DEVICE_FUNC (line 333) | EIGEN_DEVICE_FUNC const T *data() const { return m_data.array; } function EIGEN_DEVICE_FUNC (line 334) | EIGEN_DEVICE_FUNC T *data() { return m_data.array; } function EIGEN_DEVICE_FUNC (line 391) | EIGEN_DEVICE_FUNC ~DenseStorage() { internal::conditional_aligned_delete... function EIGEN_DEVICE_FUNC (line 394) | EIGEN_DEVICE_FUNC Index rows(void) const {return m_rows;} function EIGEN_DEVICE_FUNC (line 395) | EIGEN_DEVICE_FUNC Index cols(void) const {return m_cols;} function conservativeResize (line 396) | void conservativeResize(Index size, Index rows, Index cols) function EIGEN_DEVICE_FUNC (line 402) | EIGEN_DEVICE_FUNC void resize(Index size, Index rows, Index cols) function EIGEN_DEVICE_FUNC (line 416) | EIGEN_DEVICE_FUNC const T *data() const { return m_data; } function EIGEN_DEVICE_FUNC (line 417) | EIGEN_DEVICE_FUNC T *data() { return m_data; } function explicit (line 427) | explicit DenseStorage(internal::constructor_without_unaligned_array_asse... function EIGEN_DEVICE_FUNC (line 428) | EIGEN_DEVICE_FUNC DenseStorage(Index size, Index rows, Index cols) : m_d... function EIGEN_DEVICE_FUNC (line 434) | EIGEN_DEVICE_FUNC DenseStorage(const DenseStorage& other) function EIGEN_DEVICE_FUNC (line 451) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 468) | EIGEN_DEVICE_FUNC ~DenseStorage() { internal::conditional_aligned_delete... function EIGEN_DEVICE_FUNC (line 470) | EIGEN_DEVICE_FUNC static Index rows(void) {return _Rows;} function EIGEN_DEVICE_FUNC (line 471) | EIGEN_DEVICE_FUNC Index cols(void) const {return m_cols;} function EIGEN_DEVICE_FUNC (line 472) | EIGEN_DEVICE_FUNC void conservativeResize(Index size, Index, Index cols) function resize (line 477) | void resize(Index size, Index, Index cols) function EIGEN_DEVICE_FUNC (line 490) | EIGEN_DEVICE_FUNC const T *data() const { return m_data; } function EIGEN_DEVICE_FUNC (line 491) | EIGEN_DEVICE_FUNC T *data() { return m_data; } function explicit (line 501) | explicit DenseStorage(internal::constructor_without_unaligned_array_asse... function EIGEN_DEVICE_FUNC (line 502) | EIGEN_DEVICE_FUNC DenseStorage(Index size, Index rows, Index cols) : m_d... function EIGEN_DEVICE_FUNC (line 508) | EIGEN_DEVICE_FUNC DenseStorage(const DenseStorage& other) function EIGEN_DEVICE_FUNC (line 525) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 542) | EIGEN_DEVICE_FUNC ~DenseStorage() { internal::conditional_aligned_delete... function EIGEN_DEVICE_FUNC (line 544) | EIGEN_DEVICE_FUNC Index rows(void) const {return m_rows;} function EIGEN_DEVICE_FUNC (line 545) | EIGEN_DEVICE_FUNC static Index cols(void) {return _Cols;} function conservativeResize (line 546) | void conservativeResize(Index size, Index rows, Index) function resize (line 551) | void resize(Index size, Index rows, Index) function EIGEN_DEVICE_FUNC (line 564) | EIGEN_DEVICE_FUNC const T *data() const { return m_data; } function EIGEN_DEVICE_FUNC (line 565) | EIGEN_DEVICE_FUNC T *data() { return m_data; } FILE: external/eigen3/Eigen/src/Core/Diagonal.h function namespace (line 14) | namespace Eigen { type typename (line 69) | typedef typename internal::dense_xpr_base::type Base; function explicit (line 73) | explicit inline Diagonal(MatrixType& matrix, Index a_index = DiagIndex) ... type typename (line 102) | typedef typename internal::conditional< function EIGEN_DEVICE_FUNC (line 108) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 110) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 113) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 120) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 126) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 132) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 139) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 145) | EIGEN_DEVICE_FUNC FILE: external/eigen3/Eigen/src/Core/DiagonalMatrix.h function namespace (line 14) | namespace Eigen { function EIGEN_DEVICE_FUNC (line 138) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 142) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 146) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 150) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 154) | EIGEN_DEVICE_FUNC function m_diagonal (line 160) | inline DiagonalMatrix(const DiagonalBase& other) : m_diago... function m_diagonal (line 164) | inline DiagonalMatrix(const DiagonalMatrix& other) : m_diagonal(other.di... function explicit (line 170) | explicit inline DiagonalMatrix(const MatrixBase& other) : ... function EIGEN_DEVICE_FUNC (line 195) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 198) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 201) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 204) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 207) | EIGEN_DEVICE_FUNC function namespace (line 225) | namespace internal { type _DiagonalVectorType (line 250) | typedef _DiagonalVectorType DiagonalVectorType; type DiagonalWrapper (line 251) | typedef DiagonalWrapper Nested; function m_diagonal (line 256) | inline DiagonalWrapper(DiagonalVectorType& a_diagonal) : m_diagonal(a_di... function namespace (line 309) | namespace internal { function run (line 335) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... FILE: external/eigen3/Eigen/src/Core/DiagonalProduct.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/Dot.h function namespace (line 13) | namespace Eigen { type internal (line 78) | typedef internal::scalar_conj_product_op::type _Nested; type typename (line 169) | typedef typename internal::nested_eval::type _Nested; function namespace (line 201) | namespace internal { FILE: external/eigen3/Eigen/src/Core/EigenBase.h function namespace (line 14) | namespace Eigen { function evalTo (line 71) | inline void evalTo(Dest& dst) const function addTo (line 77) | inline void addTo(Dest& dst) const function subTo (line 89) | inline void subTo(Dest& dst) const function applyThisOnTheRight (line 100) | inline void applyThisOnTheRight(Dest& dst) const function applyThisOnTheLeft (line 109) | inline void applyThisOnTheLeft(Dest& dst) const FILE: external/eigen3/Eigen/src/Core/ForceAlignedAccess.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/Fuzzy.h function namespace (line 14) | namespace Eigen { function typename (line 65) | typename Derived::RealScalar& prec) function EIGEN_DEVICE_FUNC (line 74) | EIGEN_DEVICE_FUNC FILE: external/eigen3/Eigen/src/Core/GeneralProduct.h function namespace (line 14) | namespace Eigen { type product_type_selector (line 93) | struct product_type_selector type product_type_selector (line 94) | struct product_type_selector type product_type_selector (line 95) | struct product_type_selector type product_type_selector (line 96) | struct product_type_selector type product_type_selector (line 97) | struct product_type_selector type product_type_selector (line 98) | struct product_type_selector type product_type_selector (line 99) | struct product_type_selector type product_type_selector (line 100) | struct product_type_selector type product_type_selector (line 101) | struct product_type_selector type product_type_selector (line 102) | struct product_type_selector type product_type_selector (line 103) | struct product_type_selector type product_type_selector (line 104) | struct product_type_selector type product_type_selector (line 105) | struct product_type_selector type product_type_selector (line 106) | struct product_type_selector type product_type_selector (line 107) | struct product_type_selector type product_type_selector (line 108) | struct product_type_selector type product_type_selector (line 109) | struct product_type_selector type product_type_selector (line 110) | struct product_type_selector type product_type_selector (line 111) | struct product_type_selector type product_type_selector (line 112) | struct product_type_selector function namespace (line 142) | namespace internal { function namespace (line 149) | namespace internal { function EIGEN_STRONG_INLINE (line 174) | EIGEN_STRONG_INLINE Scalar* data() { return m_data.array; } function EIGEN_STRONG_INLINE (line 179) | EIGEN_STRONG_INLINE Scalar* data() { type gemv_dense_selector (line 201) | struct gemv_dense_selector function run (line 204) | inline void run(const Lhs &lhs, const Rhs &rhs, Dest& dest, const typena... type gemv_dense_selector (line 295) | struct gemv_dense_selector function run (line 298) | void run(const Lhs &lhs, const Rhs &rhs, Dest& dest, const typename Dest... type gemv_dense_selector (line 348) | struct gemv_dense_selector function run (line 351) | void run(const Lhs &lhs, const Rhs &rhs, Dest& dest, const typename Dest... type gemv_dense_selector (line 362) | struct gemv_dense_selector function run (line 365) | void run(const Lhs &lhs, const Rhs &rhs, Dest& dest, const typename Dest... FILE: external/eigen3/Eigen/src/Core/GenericPacketMath.h function namespace (line 14) | namespace Eigen { function ptranspose (line 543) | inline void function Packet (line 556) | inline Packet function Packet (line 562) | inline Packet function Packet (line 576) | inline Packet FILE: external/eigen3/Eigen/src/Core/GlobalFunctions.h function namespace (line 54) | namespace Eigen FILE: external/eigen3/Eigen/src/Core/IO.h function namespace (line 14) | namespace Eigen { function namespace (line 112) | namespace internal { FILE: external/eigen3/Eigen/src/Core/Inverse.h function namespace (line 13) | namespace Eigen { type typename (line 74) | typedef typename XprType::Scalar Scalar; function namespace (line 81) | namespace internal { FILE: external/eigen3/Eigen/src/Core/Map.h function namespace (line 14) | namespace Eigen { type PointerType (line 103) | typedef PointerType PointerArgType; function EIGEN_DEVICE_FUNC (line 104) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 107) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 128) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 141) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 155) | EIGEN_DEVICE_FUNC FILE: external/eigen3/Eigen/src/Core/MapBase.h function namespace (line 18) | namespace Eigen { type typename (line 229) | typedef typename Base::Scalar Scalar; type typename (line 230) | typedef typename Base::PacketScalar PacketScalar; type typename (line 231) | typedef typename Base::StorageIndex StorageIndex; type typename (line 232) | typedef typename Base::PointerType PointerType; type typename (line 246) | typedef typename internal::conditional< function EIGEN_DEVICE_FUNC (line 252) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 254) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 257) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 263) | EIGEN_DEVICE_FUNC function writePacket (line 271) | void writePacket(Index row, Index col, const PacketScalar& val) function writePacket (line 278) | void writePacket(Index index, const PacketScalar& val) function EIGEN_DEVICE_FUNC (line 285) | EIGEN_DEVICE_FUNC explicit inline MapBase(PointerType dataPtr) : Base(da... function EIGEN_DEVICE_FUNC (line 286) | EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index vecSize) : B... function EIGEN_DEVICE_FUNC (line 287) | EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index rows, Index ... FILE: external/eigen3/Eigen/src/Core/MathFunctions.h function namespace (line 18) | namespace Eigen { type Scalar (line 549) | typedef Scalar type; function Scalar (line 562) | static inline Scalar run() type typename (line 623) | typedef typename make_unsigned::type ScalarU; type typename (line 627) | typedef typename conditional<(ScalarU(-1) > unsigned(-1)), ScalarU, unsi... function Scalar (line 645) | static inline Scalar run() function Scalar (line 668) | static inline Scalar run() function isinf_impl (line 728) | bool>::type function isinf_msvc_helper (line 760) | bool isinf_msvc_helper(T x) function EIGEN_DEVICE_FUNC (line 766) | EIGEN_DEVICE_FUNC inline bool isnan_impl(const long double& x) { return ... function EIGEN_DEVICE_FUNC (line 767) | EIGEN_DEVICE_FUNC inline bool isnan_impl(const double& x) { return ... function EIGEN_DEVICE_FUNC (line 768) | EIGEN_DEVICE_FUNC inline bool isnan_impl(const float& x) { return ... function EIGEN_DEVICE_FUNC (line 770) | EIGEN_DEVICE_FUNC inline bool isinf_impl(const long double& x) { return ... function EIGEN_DEVICE_FUNC (line 771) | EIGEN_DEVICE_FUNC inline bool isinf_impl(const double& x) { return ... function EIGEN_DEVICE_FUNC (line 772) | EIGEN_DEVICE_FUNC inline bool isinf_impl(const float& x) { return ... function isnan_impl (line 784) | bool isnan_impl(const long double& x) { return __builtin_isnan(x); } function isnan_impl (line 785) | bool isnan_impl(const double& x) { return __builtin_isnan(x); } function isnan_impl (line 786) | bool isnan_impl(const float& x) { return __builtin_isnan(x); } function isinf_impl (line 787) | bool isinf_impl(const double& x) { return __builtin_isinf(x); } function isinf_impl (line 788) | bool isinf_impl(const float& x) { return __builtin_isinf(x); } function isinf_impl (line 789) | bool isinf_impl(const long double& x) { return __builtin_isinf(x); } function namespace (line 810) | namespace numext { function floor (line 976) | float floor(const float &x) { return ::floorf(x); } function floor (line 979) | double floor(const double &x) { return ::floor(x); } function ceil (line 992) | float ceil(const float &x) { return ::ceilf(x); } function ceil (line 995) | double ceil(const double &x) { return ::ceil(x); } function log2 (line 1001) | inline int log2(int x) function log (line 1040) | float log(const float &x) { return ::logf(x); } function log (line 1043) | double log(const double &x) { return ::log(x); } function typename (line 1056) | typename NumTraits::Real>::type function EIGEN_ALWAYS_INLINE (line 1062) | EIGEN_ALWAYS_INLINE float abs(float x) { return cl::sycl::fabs(x); } function EIGEN_ALWAYS_INLINE (line 1063) | EIGEN_ALWAYS_INLINE double abs(double x) { return cl::sycl::fabs(x); } function abs (line 1068) | float abs(const float &x) { return ::fabsf(x); } function abs (line 1071) | double abs(const double &x) { return ::fabs(x); } function exp (line 1093) | float exp(const float &x) { return ::expf(x); } function exp (line 1096) | double exp(const double &x) { return ::exp(x); } function cos (line 1108) | float cos(const float &x) { return ::cosf(x); } function cos (line 1111) | double cos(const double &x) { return ::cos(x); } function sin (line 1123) | float sin(const float &x) { return ::sinf(x); } function sin (line 1126) | double sin(const double &x) { return ::sin(x); } function tan (line 1138) | float tan(const float &x) { return ::tanf(x); } function tan (line 1141) | double tan(const double &x) { return ::tan(x); } function acos (line 1153) | float acos(const float &x) { return ::acosf(x); } function acos (line 1156) | double acos(const double &x) { return ::acos(x); } function asin (line 1168) | float asin(const float &x) { return ::asinf(x); } function asin (line 1171) | double asin(const double &x) { return ::asin(x); } function atan (line 1183) | float atan(const float &x) { return ::atanf(x); } function atan (line 1186) | double atan(const double &x) { return ::atan(x); } function cosh (line 1199) | float cosh(const float &x) { return ::coshf(x); } function cosh (line 1202) | double cosh(const double &x) { return ::cosh(x); } function sinh (line 1214) | float sinh(const float &x) { return ::sinhf(x); } function sinh (line 1217) | double sinh(const double &x) { return ::sinh(x); } function tanh (line 1229) | float tanh(float x) { return internal::generic_fast_tanh_float(x); } function tanh (line 1234) | float tanh(const float &x) { return ::tanhf(x); } function tanh (line 1237) | double tanh(const double &x) { return ::tanh(x); } function fmod (line 1250) | float fmod(const float& a, const float& b) { function fmod (line 1256) | double fmod(const double& a, const double& b) { function namespace (line 1263) | namespace internal { type typename (line 1316) | typedef typename NumTraits::Real RealScalar; function isMuchSmallerThan (line 1318) | static inline bool isMuchSmallerThan(const Scalar& x, const Scalar&, con... function EIGEN_DEVICE_FUNC (line 1322) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 1327) | EIGEN_DEVICE_FUNC type typename (line 1337) | typedef typename NumTraits::Real RealScalar; function isMuchSmallerThan (line 1339) | static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar&... function EIGEN_DEVICE_FUNC (line 1343) | EIGEN_DEVICE_FUNC function isMuchSmallerThan (line 1354) | bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, function isApprox (line 1361) | bool isApprox(const Scalar& x, const Scalar& y, function isApproxOrLessThan (line 1368) | bool isApproxOrLessThan(const Scalar& x, const Scalar& y, function bool (line 1378) | struct random_impl function bool (line 1386) | struct scalar_fuzzy_impl FILE: external/eigen3/Eigen/src/Core/MathFunctionsImpl.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/Matrix.h function namespace (line 14) | namespace Eigen { type PlainObjectBase (line 186) | typedef PlainObjectBase Base; function explicit (line 267) | explicit Matrix(internal::constructor_without_unaligned_array_assert) function EIGEN_DEVICE_FUNC (line 272) | EIGEN_DEVICE_FUNC function EIGEN_STRONG_INLINE (line 291) | EIGEN_STRONG_INLINE explicit Matrix(const T& x) function EIGEN_STRONG_INLINE (line 299) | EIGEN_STRONG_INLINE Matrix(const T0& x, const T1& y) function Base (line 368) | Matrix(const Matrix& other) : Base(other) function EIGEN_STRONG_INLINE (line 376) | EIGEN_STRONG_INLINE Matrix(const EigenBase &other) type internal (line 399) | struct internal FILE: external/eigen3/Eigen/src/Core/MatrixBase.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/NestByValue.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/NoAlias.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/NumTraits.h function namespace (line 13) | namespace Eigen { type T (line 100) | typedef T Real; type typename (line 101) | typedef typename internal::conditional< type T (line 106) | typedef T Nested; type T (line 107) | typedef T Literal; function EIGEN_DEVICE_FUNC (line 109) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 115) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 121) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 129) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 134) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 139) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 144) | EIGEN_DEVICE_FUNC type NumTraits (line 153) | struct NumTraits function EIGEN_DEVICE_FUNC (line 156) | EIGEN_DEVICE_FUNC type NumTraits (line 160) | struct NumTraits function EIGEN_DEVICE_FUNC (line 162) | EIGEN_DEVICE_FUNC type NumTraits (line 166) | struct NumTraits function dummy_precision (line 169) | static inline long double dummy_precision() { return 1e-15l; } type _Real (line 175) | typedef _Real Real; type typename (line 176) | typedef typename NumTraits<_Real>::Literal Literal; function EIGEN_DEVICE_FUNC (line 185) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 187) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 189) | EIGEN_DEVICE_FUNC type typename (line 197) | typedef typename NumTraits::Real RealScalar; type Array (line 198) | typedef Array Real; type typename (line 199) | typedef typename NumTraits::NonInteger NonIntegerScalar; type Array (line 200) | typedef Array N... type ArrayType (line 201) | typedef ArrayType & Nested; type typename (line 202) | typedef typename NumTraits::Literal Literal; function EIGEN_DEVICE_FUNC (line 214) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 216) | EIGEN_DEVICE_FUNC function digits10 (line 219) | static inline int digits10() { return NumTraits::digits10(); } function string (line 222) | struct NumTraits function void (line 244) | struct NumTraits {} FILE: external/eigen3/Eigen/src/Core/PermutationMatrix.h function namespace (line 14) | namespace Eigen { function namespace (line 282) | namespace internal { type internal (line 311) | typedef internal::traits Traits; type typename (line 317) | typedef typename Traits::IndicesType IndicesType; type typename (line 318) | typedef typename Traits::StorageIndex StorageIndex; function explicit (line 326) | explicit inline PermutationMatrix(Index size) : m_indices(size) function m_indices (line 339) | inline PermutationMatrix(const PermutationMatrix& other) : m_indices(oth... function m_indices (line 350) | inline PermutationMatrix(const MatrixBase& indices) : m_indices(i... function namespace (line 419) | namespace internal { type internal (line 436) | typedef internal::traits Traits; type typename (line 440) | typedef typename Traits::IndicesType IndicesType; type typename (line 441) | typedef typename IndicesType::Scalar StorageIndex; function m_indices (line 444) | inline Map(const StorageIndex* indicesPtr) function namespace (line 484) | namespace internal { type internal (line 517) | typedef internal::traits Traits; type typename (line 521) | typedef typename Traits::IndicesType IndicesType; function m_indices (line 524) | inline PermutationWrapper(const IndicesType& indices) type internal (line 568) | typedef internal::traits PermTraits; type typename (line 576) | typedef typename PermutationType::DenseMatrixType DenseMatrixType; function namespace (line 625) | namespace internal { FILE: external/eigen3/Eigen/src/Core/PlainObjectBase.h function namespace (line 25) | namespace Eigen { function Scalar (line 160) | const Scalar& coeff(Index rowId, Index colId) const function Scalar (line 173) | const Scalar& coeff(Index index) const function Scalar (line 204) | const Scalar& coeffRef(Index rowId, Index colId) const function Scalar (line 215) | const Scalar& coeffRef(Index index) const function PacketScalar (line 222) | PacketScalar packet(Index rowId, Index colId) const function PacketScalar (line 232) | PacketScalar packet(Index index) const function writePacket (line 239) | void writePacket(Index rowId, Index colId, const PacketScalar& val) function writePacket (line 249) | void writePacket(Index index, const PacketScalar& val) function Scalar (line 255) | const Scalar *data() const function Scalar (line 259) | Scalar *data() function resize (line 279) | void resize(Index rows, Index cols) function EIGEN_DEVICE_FUNC (line 308) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 333) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 347) | EIGEN_DEVICE_FUNC function conservativeResize (line 390) | void conservativeResize(Index rows, Index cols) function conservativeResize (line 403) | void conservativeResize(Index rows, NoChange_t) function conservativeResize (line 417) | void conservativeResize(NoChange_t, Index cols) function conservativeResize (line 432) | void conservativeResize(Index size) function EIGEN_DEVICE_FUNC (line 493) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 502) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 521) | EIGEN_DEVICE_FUNC function EIGEN_STRONG_INLINE (line 532) | EIGEN_STRONG_INLINE PlainObjectBase(const DenseBase &other) function EIGEN_STRONG_INLINE (line 543) | EIGEN_STRONG_INLINE PlainObjectBase(const EigenBase &other) function EIGEN_STRONG_INLINE (line 553) | EIGEN_STRONG_INLINE PlainObjectBase(const ReturnByValue& o... function ConstMapType (line 587) | static inline ConstMapType Map(const Scalar* data) function MapType (line 589) | static inline MapType Map(Scalar* data) function ConstMapType (line 591) | static inline ConstMapType Map(const Scalar* data, Index size) function MapType (line 593) | static inline MapType Map(Scalar* data, Index size) function ConstMapType (line 595) | static inline ConstMapType Map(const Scalar* data, Index rows, Index cols) function MapType (line 597) | static inline MapType Map(Scalar* data, Index rows, Index cols) function ConstAlignedMapType (line 600) | static inline ConstAlignedMapType MapAligned(const Scalar* data) function AlignedMapType (line 602) | static inline AlignedMapType MapAligned(Scalar* data) function ConstAlignedMapType (line 604) | static inline ConstAlignedMapType MapAligned(const Scalar* data, Index s... function AlignedMapType (line 606) | static inline AlignedMapType MapAligned(Scalar* data, Index size) function ConstAlignedMapType (line 608) | static inline ConstAlignedMapType MapAligned(const Scalar* data, Index r... function AlignedMapType (line 610) | static inline AlignedMapType MapAligned(Scalar* data, Index rows, Index ... function _init2 (line 757) | void _init2(const Index& val0, const Index& val1, function _init1 (line 795) | void _init1(const Index& val0, function _init1 (line 808) | void _init1(const Scalar* data){ function _init1 (line 822) | void _init1(const Derived& other){ function EIGEN_STRONG_INLINE (line 843) | EIGEN_STRONG_INLINE void _init1(const RotationBase::type RhsNested; type typename (line 90) | typedef typename internal::remove_all::type LhsNestedCleaned; type typename (line 91) | typedef typename internal::remove_all::type RhsNestedCleaned; function EIGEN_DEVICE_FUNC (line 93) | EIGEN_DEVICE_FUNC Product(const Lhs& lhs, const Rhs& rhs) : m_lhs(lhs), ... function namespace (line 112) | namespace internal { FILE: external/eigen3/Eigen/src/Core/ProductEvaluators.h function namespace (line 16) | namespace Eigen { type evaluator (line 56) | typedef evaluator, DiagInd... function explicit (line 71) | explicit evaluator(const XprType& xpr) type typename (line 100) | typedef typename XprType::PlainObject PlainObject; type evaluator (line 101) | typedef evaluator Base; function explicit (line 107) | explicit product_evaluator(const XprType& xpr) type Product (line 157) | typedef Product SrcXprType; type Product (line 172) | typedef Product SrcXprType; type CwiseBinaryOp (line 190) | typedef CwiseBinaryOp, function addTo (line 255) | void addTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) function subTo (line 261) | void subTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) type typename (line 489) | typedef typename find_best_packet::type LhsVec... type typename (line 490) | typedef typename find_best_packet::type RhsVec... function CoeffReturnType (line 550) | const CoeffReturnType coeff(Index row, Index col) const function EIGEN_DEVICE_FUNC (line 559) | EIGEN_DEVICE_FUNC const CoeffReturnType coeff(Index index) const function PacketType (line 567) | PacketType packet(Index row, Index col) const function PacketType (line 578) | PacketType packet(Index index) const type Product (line 600) | typedef Product XprType; type Product (line 601) | typedef Product BaseProduct; type product_evaluator (line 602) | typedef product_evaluator::Scalar Scalar; type typename (line 720) | typedef typename Product::Scalar Scalar; type typename (line 741) | typedef typename Product::Scalar Scalar; type typename (line 754) | typedef typename Product::Scalar Scalar; type typename (line 772) | typedef typename ScalarBinaryOpTraits XprType; type typename (line 845) | typedef typename XprType::PlainObject PlainObject; function EIGEN_DEVICE_FUNC (line 851) | EIGEN_DEVICE_FUNC explicit product_evaluator(const XprType& xpr) function Scalar (line 856) | const Scalar coeff(Index row, Index col) const function PacketType (line 863) | PacketType packet(Index row, Index col) const function PacketType (line 872) | PacketType packet(Index idx) const type typename (line 888) | typedef typename Base::Scalar Scalar; type Product (line 890) | typedef Product XprType; type typename (line 891) | typedef typename XprType::PlainObject PlainObject; function EIGEN_DEVICE_FUNC (line 895) | EIGEN_DEVICE_FUNC explicit product_evaluator(const XprType& xpr) function Scalar (line 900) | const Scalar coeff(Index row, Index col) const function PacketType (line 907) | PacketType packet(Index row, Index col) const function PacketType (line 914) | PacketType packet(Index idx) const type typename (line 937) | typedef typename remove_all::type MatrixTypeCleaned; function run (line 940) | inline void run(Dest& dst, const PermutationType& perm, const Expression... type typename (line 1044) | typedef typename nested_eval::type MatrixType; type typename (line 1045) | typedef typename remove_all::type MatrixTypeCleaned; function run (line 1048) | inline void run(Dest& dst, const TranspositionType& tr, const Expression... FILE: external/eigen3/Eigen/src/Core/Random.h function namespace (line 15) | namespace internal { FILE: external/eigen3/Eigen/src/Core/Redux.h function namespace (line 14) | namespace Eigen { type typename (line 145) | typedef typename Derived::Scalar Scalar; type typename (line 146) | typedef typename redux_traits::PacketType PacketScalar; type typename (line 166) | typedef typename Derived::Scalar Scalar; type typename (line 167) | typedef typename redux_traits::PacketType PacketScalar; function Scalar (line 190) | Scalar run(const Derived &mat, const Func& func) type typename (line 213) | typedef typename redux_traits::PacketType PacketScalar; function Scalar (line 215) | static Scalar run(const Derived &mat, const Func& func) type typename (line 272) | typedef typename redux_traits::PacketType PacketType; function EIGEN_DEVICE_FUNC (line 274) | EIGEN_DEVICE_FUNC static Scalar run(const Derived &mat, const Func& func) type typename (line 311) | typedef typename redux_traits::PacketType PacketScalar; function Scalar (line 317) | Scalar run(const Derived &mat, const Func& func) function EIGEN_DEVICE_FUNC (line 338) | EIGEN_DEVICE_FUNC explicit redux_evaluator(const XprType &xpr) : m_evalu... type typename (line 340) | typedef typename XprType::Scalar Scalar; type typename (line 341) | typedef typename XprType::CoeffReturnType CoeffReturnType; type typename (line 342) | typedef typename XprType::PacketScalar PacketScalar; type typename (line 343) | typedef typename XprType::PacketReturnType PacketReturnType; function EIGEN_DEVICE_FUNC (line 363) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 367) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 379) | EIGEN_DEVICE_FUNC function typename (line 410) | typename internal::traits::Scalar FILE: external/eigen3/Eigen/src/Core/Ref.h function namespace (line 13) | namespace Eigen { type typename (line 61) | typedef typename internal::traits::PlainObjectType PlainObjectT... type typename (line 62) | typedef typename internal::traits::StrideType StrideType; function Index (line 69) | inline Index innerStride() const function EIGEN_DEVICE_FUNC (line 253) | EIGEN_DEVICE_FUNC inline Ref(const Ref& other) : Base(other) { function construct (line 265) | void construct(const Expression& expr,internal::true_type) function construct (line 271) | void construct(const Expression& expr, internal::false_type) FILE: external/eigen3/Eigen/src/Core/Replicate.h function namespace (line 13) | namespace Eigen { type typename (line 64) | typedef typename internal::traits::MatrixTypeNested MatrixTyp... type typename (line 65) | typedef typename internal::traits::_MatrixTypeNested _MatrixT... FILE: external/eigen3/Eigen/src/Core/ReturnByValue.h function namespace (line 14) | namespace Eigen { type typename (line 56) | typedef typename internal::dense_xpr_base::type Base; function evalTo (line 61) | inline void evalTo(Dest& dst) const function class (line 68) | class Unusable{ function namespace (line 88) | namespace internal { FILE: external/eigen3/Eigen/src/Core/Reverse.h function namespace (line 15) | namespace Eigen { type internal (line 85) | typedef internal::reverse_packet_cond revers... function m_matrix (line 88) | inline Reverse(const MatrixType& matrix) : m_matrix(matrix) { } function namespace (line 163) | namespace internal { FILE: external/eigen3/Eigen/src/Core/Select.h function namespace (line 13) | namespace Eigen { function EIGEN_DEVICE_FUNC (line 73) | inline EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 82) | inline EIGEN_DEVICE_FUNC function typename (line 139) | typename ThenDerived::Scalar& elseScalar) const FILE: external/eigen3/Eigen/src/Core/SelfAdjointView.h function namespace (line 13) | namespace Eigen { type _MatrixType (line 54) | typedef _MatrixType MatrixType; type TriangularBase (line 55) | typedef TriangularBase Base; type typename (line 56) | typedef typename internal::traits::MatrixTypeNested Mat... type typename (line 57) | typedef typename internal::traits::MatrixTypeNestedClea... type MatrixTypeNestedCleaned (line 58) | typedef MatrixTypeNestedCleaned NestedExpression; type typename (line 61) | typedef typename internal::traits::Scalar Scalar; type typename (line 62) | typedef typename MatrixType::StorageIndex StorageIndex; type typename (line 63) | typedef typename internal::remove_all ConjugateR... function EIGEN_DEVICE_FUNC (line 196) | EIGEN_DEVICE_FUNC type typename (line 284) | typedef typename Base::DstXprType DstXprType; type typename (line 285) | typedef typename Base::SrcXprType SrcXprType; type typename (line 292) | typedef typename Base::SrcEvaluatorType SrcEvaluatorType; type typename (line 293) | typedef typename Base::Scalar Scalar; type typename (line 294) | typedef typename Base::AssignmentTraits AssignmentTraits; function EIGEN_DEVICE_FUNC (line 297) | EIGEN_DEVICE_FUNC triangular_dense_assignment_kernel(DstEvaluatorType &d... function EIGEN_DEVICE_FUNC (line 301) | EIGEN_DEVICE_FUNC void assignCoeff(Index row, Index col) function EIGEN_DEVICE_FUNC (line 309) | EIGEN_DEVICE_FUNC void assignDiagonalCoeff(Index id) function EIGEN_DEVICE_FUNC (line 314) | EIGEN_DEVICE_FUNC void assignOppositeCoeff(Index, Index) FILE: external/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/Solve.h function namespace (line 13) | namespace Eigen { type typename (line 66) | typedef typename internal::traits::StorageIndex StorageIndex; function namespace (line 110) | namespace internal { type Solve (line 139) | typedef Solve SrcXprType; function run (line 140) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... type Solve (line 155) | typedef Solve,RhsType> SrcXprType; function run (line 156) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... function run (line 173) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... FILE: external/eigen3/Eigen/src/Core/SolveTriangular.h function namespace (line 13) | namespace Eigen { function run (line 121) | static void run(const Lhs& lhs, Rhs& rhs) function run (line 141) | static void run(const Lhs& lhs, Rhs& rhs) type typename (line 177) | typedef typename internal::conditional Base; FILE: external/eigen3/Eigen/src/Core/SolverBase.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/StableNorm.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/Stride.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/Swap.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/Transpose.h function namespace (line 14) | namespace Eigen { function namespace (line 90) | namespace internal { type typename (line 128) | typedef typename internal::conditional< function EIGEN_DEVICE_FUNC (line 134) | EIGEN_DEVICE_FUNC inline ScalarWithConstIfNotLvalue* data() { return der... function EIGEN_DEVICE_FUNC (line 135) | EIGEN_DEVICE_FUNC inline const Scalar* data() const { return derived().n... function EIGEN_DEVICE_FUNC (line 138) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 144) | EIGEN_DEVICE_FUNC function namespace (line 221) | namespace internal { type typename (line 241) | typedef typename MatrixType::Scalar Scalar; type typename (line 242) | typedef typename internal::packet_traits& indices) : m_indices(indi... function m_indices (line 205) | inline Transpositions(Index size) : m_indices(size) function namespace (line 219) | namespace internal { type typename (line 238) | typedef typename Traits::IndicesType IndicesType; type typename (line 239) | typedef typename IndicesType::Scalar StorageIndex; function explicit (line 241) | explicit inline Map(const StorageIndex* indicesPtr) function namespace (line 278) | namespace internal { type typename (line 295) | typedef typename Traits::IndicesType IndicesType; type typename (line 296) | typedef typename IndicesType::Scalar StorageIndex; function explicit (line 298) | explicit inline TranspositionsWrapper(IndicesType& indices) function namespace (line 359) | namespace internal { type TranspositionsDerived (line 371) | typedef TranspositionsDerived TranspositionType; type typename (line 372) | typedef typename TranspositionType::IndicesType IndicesType; FILE: external/eigen3/Eigen/src/Core/TriangularMatrix.h function namespace (line 14) | namespace Eigen { type typename (line 192) | typedef typename internal::traits::Scalar Scalar; type _MatrixType (line 193) | typedef _MatrixType MatrixType; type typename (line 197) | typedef typename internal::traits::MatrixTypeNestedNonRe... type typename (line 199) | typedef typename internal::remove_all::MatrixTypeNestedClean... function m_matrix (line 217) | inline TriangularView(MatrixType& matrix) : m_matrix(matrix) function EIGEN_DEVICE_FUNC (line 234) | EIGEN_DEVICE_FUNC type TriangularView (line 237) | typedef TriangularView ConjugateRe... function EIGEN_DEVICE_FUNC (line 239) | EIGEN_DEVICE_FUNC type TriangularBase (line 337) | typedef TriangularBase Base; type typename (line 338) | typedef typename internal::traits::Scalar Scalar; type _MatrixType (line 340) | typedef _MatrixType MatrixType; type typename (line 341) | typedef typename MatrixType::PlainObject DenseMatrixType; type DenseMatrixType (line 342) | typedef DenseMatrixType PlainObject; type typename (line 348) | typedef typename internal::traits::StorageKind Stora... function EIGEN_DEVICE_FUNC (line 387) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 390) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 394) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 397) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 403) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 413) | EIGEN_DEVICE_FUNC function solveInPlace (line 508) | void solveInPlace(const MatrixBase& other) const function swap (line 517) | void swap(TriangularBase const & other) function namespace (line 701) | namespace internal { type evaluator (line 719) | typedef evaluator DstEvaluatorType; type evaluator (line 789) | typedef evaluator SrcEvaluatorType; type triangular_dense_assignment_kernel (line 799) | typedef triangular_dense_assignment_kernel< Mode function Kernel (line 801) | Kernel kernel(dstEvaluator, srcEvaluator, func, dst.const_cast_derived()); type AssignmentKind (line 820) | struct AssignmentKind type Triangular2Dense (line 820) | typedef Triangular2Dense Kind; type AssignmentKind (line 821) | struct AssignmentKind type Dense2Triangular (line 821) | typedef Dense2Triangular Kind; type typename (line 859) | typedef typename DstEvaluatorType::XprType DstXprType; type typename (line 866) | typedef typename Kernel::Scalar Scalar; function namespace (line 941) | namespace internal { function run (line 964) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... function run (line 975) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... FILE: external/eigen3/Eigen/src/Core/VectorBlock.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/VectorwiseOp.h function namespace (line 14) | namespace Eigen { function namespace (line 97) | namespace internal { type typename (line 161) | typedef typename ExpressionType::RealScalar RealScalar; type Eigen (line 162) | typedef Eigen::Index Index; type typename (line 163) | typedef typename internal::ref_selector::non_const_type ... type typename (line 164) | typedef typename internal::remove_all::type Expres... type PartialReduxExpr (line 169) | typedef PartialReduxExpr ThisEvaluator; function namespace (line 119) | namespace internal { function typename (line 206) | typename internal::traits::Scalar function typename (line 224) | typename internal::traits::Scalar function typename (line 243) | typename internal::traits::Scalar function typename (line 261) | typename internal::traits::Scalar FILE: external/eigen3/Eigen/src/Core/arch/AVX/Complex.h function namespace (line 13) | namespace Eigen { function Packet4cf (line 124) | Packet4cf preverse(const Packet4cf& a) { type conj_helper (line 174) | struct conj_helper function EIGEN_STRONG_INLINE (line 176) | EIGEN_STRONG_INLINE Packet4cf pmadd(const Packet4cf& x, const Packet4cf&... function EIGEN_STRONG_INLINE (line 179) | EIGEN_STRONG_INLINE Packet4cf pmul(const Packet4cf& a, const Packet4cf& ... type conj_helper (line 185) | struct conj_helper function EIGEN_STRONG_INLINE (line 187) | EIGEN_STRONG_INLINE Packet4cf pmadd(const Packet4cf& x, const Packet4cf&... function EIGEN_STRONG_INLINE (line 190) | EIGEN_STRONG_INLINE Packet4cf pmul(const Packet4cf& a, const Packet4cf& ... type conj_helper (line 196) | struct conj_helper function EIGEN_STRONG_INLINE (line 198) | EIGEN_STRONG_INLINE Packet4cf pmadd(const Packet4cf& x, const Packet4cf&... function EIGEN_STRONG_INLINE (line 201) | EIGEN_STRONG_INLINE Packet4cf pmul(const Packet4cf& a, const Packet4cf& ... type Packet2cd (line 224) | struct Packet2cd type packet_traits (line 231) | struct packet_traits function default_packet_traits (line 231) | double> > : default_packet_traits function Packet2cd (line 254) | struct unpacket_traits { typedef std::complex type; e... function Packet2cd (line 258) | Packet2cd pnegate(const Packet2cd& a) { return Packet2cd(pnegate(a.v)); } function Packet2cd (line 259) | Packet2cd pconj(const Packet2cd& a) function Packet2cd (line 319) | Packet2cd preverse(const Packet2cd& a) { type conj_helper (line 354) | struct conj_helper function EIGEN_STRONG_INLINE (line 356) | EIGEN_STRONG_INLINE Packet2cd pmadd(const Packet2cd& x, const Packet2cd&... function EIGEN_STRONG_INLINE (line 359) | EIGEN_STRONG_INLINE Packet2cd pmul(const Packet2cd& a, const Packet2cd& ... type conj_helper (line 365) | struct conj_helper function EIGEN_STRONG_INLINE (line 367) | EIGEN_STRONG_INLINE Packet2cd pmadd(const Packet2cd& x, const Packet2cd&... function EIGEN_STRONG_INLINE (line 370) | EIGEN_STRONG_INLINE Packet2cd pmul(const Packet2cd& a, const Packet2cd& ... type conj_helper (line 376) | struct conj_helper function EIGEN_STRONG_INLINE (line 378) | EIGEN_STRONG_INLINE Packet2cd pmadd(const Packet2cd& x, const Packet2cd&... function EIGEN_STRONG_INLINE (line 381) | EIGEN_STRONG_INLINE Packet2cd pmul(const Packet2cd& a, const Packet2cd& ... function Packet4cf (line 427) | Packet4cf pinsertfirst(const Packet4cf& a, std::complex b) function Packet2cd (line 432) | Packet2cd pinsertfirst(const Packet2cd& a, std::complex b) function Packet4cf (line 437) | Packet4cf pinsertlast(const Packet4cf& a, std::complex b) function Packet2cd (line 442) | Packet2cd pinsertlast(const Packet2cd& a, std::complex b) FILE: external/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h function namespace (line 17) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h function namespace (line 13) | namespace Eigen { function Packet8f (line 136) | Packet8f pnegate(const Packet8f& a) function Packet4d (line 140) | Packet4d pnegate(const Packet4d& a) function Packet8f (line 145) | Packet8f pconj(const Packet8f& a) { return a; } function Packet4d (line 146) | Packet4d pconj(const Packet4d& a) { return a; } function Packet8i (line 147) | Packet8i pconj(const Packet8i& a) { return a; } function Index (line 285) | Index stride) FILE: external/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h function namespace (line 13) | namespace Eigen { function Packet16f (line 174) | Packet16f pnegate(const Packet16f& a) { function Packet8d (line 178) | Packet8d pnegate(const Packet8d& a) { function Packet16f (line 183) | Packet16f pconj(const Packet16f& a) { function Packet8d (line 187) | Packet8d pconj(const Packet8d& a) { function Packet16i (line 191) | Packet16i pconj(const Packet16i& a) { function Packet16f (line 219) | Packet16f pmadd(const Packet16f& a, const Packet16f& b, function Packet8d (line 224) | Packet8d pmadd(const Packet8d& a, const Packet8d& b, function Packet16f (line 638) | Packet16f preverse(const Packet16f& a) function Packet8d (line 643) | Packet8d preverse(const Packet8d& a) function Packet16f (line 648) | Packet16f pabs(const Packet16f& a) function Packet8d (line 654) | Packet8d pabs(const Packet8d& a) { function Packet16f (line 1298) | Packet16f pblend(const Selector<16>& /*ifPacket*/, function Packet8d (line 1305) | Packet8d pblend(const Selector<8>& /*ifPacket*/, FILE: external/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h function namespace (line 14) | namespace Eigen { function Packet2cf (line 100) | Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate(a.v)); } function Packet2cf (line 101) | Packet2cf pconj(const Packet2cf& a) { return Packet2cf(pxor(a.... function Packet2cf (line 137) | Packet2cf preverse(const Packet2cf& a) type conj_helper (line 194) | struct conj_helper function EIGEN_STRONG_INLINE (line 196) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 199) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... type conj_helper (line 205) | struct conj_helper function EIGEN_STRONG_INLINE (line 207) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 210) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... type conj_helper (line 216) | struct conj_helper function EIGEN_STRONG_INLINE (line 218) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 221) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... function Packet2cf (line 250) | Packet2cf pblend(const Selector<2>& ifPacket, const Packet2cf& thenPacke... type Packet1cd (line 259) | struct Packet1cd type packet_traits (line 266) | struct packet_traits function default_packet_traits (line 266) | double> > : default_packet_traits function Packet1cd (line 289) | struct unpacket_traits { typedef std::complex type; e... function Packet1cd (line 316) | Packet1cd pnegate(const Packet1cd& a) { return Packet1cd(pnegate(Packet2... function Packet1cd (line 317) | Packet1cd pconj(const Packet1cd& a) { return Packet1cd(pxor(a.v, reinter... function Packet1cd (line 354) | Packet1cd preverse(const Packet1cd& a) { return a; } function EIGEN_STRONG_INLINE (line 373) | EIGEN_STRONG_INLINE Packet1cd pmadd(const Packet1cd& x, const Packet1cd&... function EIGEN_STRONG_INLINE (line 376) | EIGEN_STRONG_INLINE Packet1cd pmul(const Packet1cd& a, const Packet1cd& ... type conj_helper (line 382) | struct conj_helper function EIGEN_STRONG_INLINE (line 384) | EIGEN_STRONG_INLINE Packet1cd pmadd(const Packet1cd& x, const Packet1cd&... function EIGEN_STRONG_INLINE (line 387) | EIGEN_STRONG_INLINE Packet1cd pmul(const Packet1cd& a, const Packet1cd& ... type conj_helper (line 393) | struct conj_helper function EIGEN_STRONG_INLINE (line 395) | EIGEN_STRONG_INLINE Packet1cd pmadd(const Packet1cd& x, const Packet1cd&... function EIGEN_STRONG_INLINE (line 398) | EIGEN_STRONG_INLINE Packet1cd pmul(const Packet1cd& a, const Packet1cd& ... function EIGEN_STRONG_INLINE (line 414) | EIGEN_STRONG_INLINE Packet1cd pcplxflip/**/(const Packet1cd& x) FILE: external/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h function namespace (line 19) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h function namespace (line 13) | namespace Eigen { function Packet4f (line 355) | Packet4f pnegate(const Packet4f& a) { return p4f_ZERO - a; } function Packet4i (line 356) | Packet4i pnegate(const Packet4i& a) { return p4i_ZERO - a; } function Packet4f (line 358) | Packet4f pconj(const Packet4f& a) { return a; } function Packet4i (line 359) | Packet4i pconj(const Packet4i& a) { return a; } type __vector (line 774) | typedef __vector double Packet2d; type Packet2ul (line 775) | typedef __vector unsigned long long Packet2ul; type Packet2l (line 776) | typedef __vector long long Packet2l; type Packet2ul (line 778) | typedef Packet2ul Packet2bl; type __vector (line 780) | typedef __vector __bool function default_packet_traits (line 807) | struct packet_traits : default_packet_traits function Packet2d (line 838) | struct unpacket_traits { typedef double type; enum {size=2, al... FILE: external/eigen3/Eigen/src/Core/arch/CUDA/Complex.h function namespace (line 15) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/CUDA/Half.h function namespace (line 46) | namespace Eigen { function namespace (line 150) | namespace std { function namespace (line 200) | namespace Eigen { function namespace (line 649) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/CUDA/MathFunctions.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/CUDA/PacketMath.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/CUDA/PacketMathHalf.h function namespace (line 14) | namespace Eigen { function ptranspose (line 108) | void type Packet16h (line 339) | typedef struct { function Packet16h (line 344) | struct is_arithmetic { enum { value = true }; } function default_packet_traits (line 347) | struct packet_traits : default_packet_traits { function Packet16h (line 376) | struct unpacket_traits { typedef Eigen::half type; enum {size... function Packet16h (line 408) | Packet16h function EIGEN_STRONG_INLINE (line 419) | EIGEN_STRONG_INLINE Packet16f half2float(const Packet16h& a) { function EIGEN_STRONG_INLINE (line 447) | EIGEN_STRONG_INLINE Packet16h float2half(const Packet16f& a) { type Packet8h (line 707) | typedef struct { function Packet8h (line 712) | struct is_arithmetic { enum { value = true }; } function default_packet_traits (line 715) | struct packet_traits : default_packet_traits { function Packet8h (line 744) | struct unpacket_traits { typedef Eigen::half type; enum {size=... function EIGEN_STRONG_INLINE (line 785) | EIGEN_STRONG_INLINE Packet8f half2float(const Packet8h& a) { function EIGEN_STRONG_INLINE (line 804) | EIGEN_STRONG_INLINE Packet8h float2half(const Packet8f& a) { function Packet8h (line 827) | Packet8h pconj(const Packet8h& a) { return a; } type Packet4h (line 966) | typedef struct { function Packet4h (line 971) | struct is_arithmetic { enum { value = true }; } function default_packet_traits (line 974) | struct packet_traits : default_packet_traits { function Packet4h (line 1003) | struct unpacket_traits { typedef Eigen::half type; enum {size=... function Packet4h (line 1015) | Packet4h pconj(const Packet4h& a) { return a; } FILE: external/eigen3/Eigen/src/Core/arch/CUDA/TypeCasting.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/NEON/Complex.h function namespace (line 14) | namespace Eigen { function Packet2cf (line 154) | Packet2cf preverse(const Packet2cf& a) type conj_helper (line 235) | struct conj_helper function EIGEN_STRONG_INLINE (line 237) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 240) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... type conj_helper (line 246) | struct conj_helper function EIGEN_STRONG_INLINE (line 248) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 251) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... type conj_helper (line 257) | struct conj_helper function EIGEN_STRONG_INLINE (line 259) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 262) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... type Packet1cd (line 301) | struct Packet1cd type packet_traits (line 308) | struct packet_traits function default_packet_traits (line 308) | double> > : default_packet_traits function Packet1cd (line 331) | struct unpacket_traits { typedef std::complex type; e... function Packet1cd (line 341) | Packet1cd pnegate(const Packet1cd& a) { return Packet1cd(pnegate*/(const Packet1cd& x) FILE: external/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h function namespace (line 15) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h function namespace (line 15) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/SSE/Complex.h function namespace (line 13) | namespace Eigen { function Packet2cf (line 148) | Packet2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(... type conj_helper (line 178) | struct conj_helper function EIGEN_STRONG_INLINE (line 180) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 183) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... type conj_helper (line 196) | struct conj_helper function EIGEN_STRONG_INLINE (line 198) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 201) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... type conj_helper (line 214) | struct conj_helper function EIGEN_STRONG_INLINE (line 216) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 219) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... function EIGEN_STRONG_INLINE (line 242) | EIGEN_STRONG_INLINE Packet2cf pcplxflip/* */(const Packet2cf... type Packet1cd (line 249) | struct Packet1cd type packet_traits (line 259) | struct packet_traits function default_packet_traits (line 259) | double> > : default_packet_traits function Packet1cd (line 283) | struct unpacket_traits { typedef std::complex type; e... function Packet1cd (line 287) | Packet1cd pnegate(const Packet1cd& a) { return Packet1cd(pnegate(Packet2... function Packet1cd (line 288) | Packet1cd pconj(const Packet1cd& a) function Packet1cd (line 336) | Packet1cd preverse(const Packet1cd& a) { return a; } function EIGEN_STRONG_INLINE (line 365) | EIGEN_STRONG_INLINE Packet1cd pmadd(const Packet1cd& x, const Packet1cd&... function EIGEN_STRONG_INLINE (line 368) | EIGEN_STRONG_INLINE Packet1cd pmul(const Packet1cd& a, const Packet1cd& ... type conj_helper (line 381) | struct conj_helper function EIGEN_STRONG_INLINE (line 383) | EIGEN_STRONG_INLINE Packet1cd pmadd(const Packet1cd& x, const Packet1cd&... function EIGEN_STRONG_INLINE (line 386) | EIGEN_STRONG_INLINE Packet1cd pmul(const Packet1cd& a, const Packet1cd& ... type conj_helper (line 399) | struct conj_helper function EIGEN_STRONG_INLINE (line 401) | EIGEN_STRONG_INLINE Packet1cd pmadd(const Packet1cd& x, const Packet1cd&... function EIGEN_STRONG_INLINE (line 404) | EIGEN_STRONG_INLINE Packet1cd pmul(const Packet1cd& a, const Packet1cd& ... function EIGEN_STRONG_INLINE (line 427) | EIGEN_STRONG_INLINE Packet1cd pcplxflip/* */(const Packet1cd... function Packet2cf (line 442) | Packet2cf pblend(const Selector<2>& ifPacket, const Packet2cf& thenPacke... function Packet2cf (line 447) | Packet2cf pinsertfirst(const Packet2cf& a, std::complex b) function Packet1cd (line 452) | Packet1cd pinsertfirst(const Packet1cd&, std::complex b) function Packet2cf (line 457) | Packet2cf pinsertlast(const Packet2cf& a, std::complex b) function Packet1cd (line 462) | Packet1cd pinsertlast(const Packet1cd&, std::complex b) FILE: external/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h function namespace (line 18) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h function namespace (line 13) | namespace Eigen { function Packet4f (line 441) | Packet4f preverse(const Packet4f& a) function Packet2d (line 443) | Packet2d preverse(const Packet2d& a) function Packet4i (line 445) | Packet4i preverse(const Packet4i& a) function Packet4f (line 448) | Packet4f pabs(const Packet4f& a) function Packet2d (line 453) | Packet2d pabs(const Packet2d& a) function Packet4i (line 458) | Packet4i pabs(const Packet4i& a) function EIGEN_STRONG_INLINE (line 500) | EIGEN_STRONG_INLINE void punpackp(Packet4f* vecs) function Packet4i (line 802) | Packet4i pblend(const Selector<4>& ifPacket, const Packet4i& thenPacket,... function Packet4f (line 812) | Packet4f pblend(const Selector<4>& ifPacket, const Packet4f& thenPacket,... function Packet2d (line 822) | Packet2d pblend(const Selector<2>& ifPacket, const Packet2d& thenPacket,... function Packet4f (line 833) | Packet4f pinsertfirst(const Packet4f& a, float b) function Packet2d (line 842) | Packet2d pinsertfirst(const Packet2d& a, double b) function Packet4f (line 851) | Packet4f pinsertlast(const Packet4f& a, float b) function Packet2d (line 861) | Packet2d pinsertlast(const Packet2d& a, double b) function pmadd (line 873) | float pmadd(const float& a, const float& b, const float& c) { function pmadd (line 876) | double pmadd(const double& a, const double& b, const double& c) { function __m128 (line 887) | static inline __m128 _mm_castpd_ps (__m128d x) { return reinterpret_c... function __m128i (line 888) | static inline __m128i _mm_castpd_si128(__m128d x) { return reinterpret_c... function __m128d (line 889) | static inline __m128d _mm_castps_pd (__m128 x) { return reinterpret_c... function __m128i (line 890) | static inline __m128i _mm_castps_si128(__m128 x) { return reinterpret_c... function __m128 (line 891) | static inline __m128 _mm_castsi128_ps(__m128i x) { return reinterpret_c... function __m128d (line 892) | static inline __m128d _mm_castsi128_pd(__m128i x) { return reinterpret_c... FILE: external/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/ZVector/Complex.h function namespace (line 14) | namespace Eigen { function Packet1cd (line 138) | Packet1cd pnegate(const Packet1cd& a) { return Packet1cd(pnegate(Packet2... function Packet2cf (line 139) | Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate(Packet4... function Packet1cd (line 140) | Packet1cd pconj(const Packet1cd& a) { return Packet1cd((Packet2d)vec_xor... function Packet2cf (line 141) | Packet2cf pconj(const Packet2cf& a) function Packet1cd (line 204) | Packet1cd preverse(const Packet1cd& a) { return a; } function Packet2cf (line 205) | Packet2cf preverse(const Packet2cf& a) type conj_helper (line 273) | struct conj_helper function EIGEN_STRONG_INLINE (line 275) | EIGEN_STRONG_INLINE Packet1cd pmadd(const Packet1cd& x, const Packet1cd&... function EIGEN_STRONG_INLINE (line 278) | EIGEN_STRONG_INLINE Packet1cd pmul(const Packet1cd& a, const Packet1cd& ... type conj_helper (line 284) | struct conj_helper function EIGEN_STRONG_INLINE (line 286) | EIGEN_STRONG_INLINE Packet1cd pmadd(const Packet1cd& x, const Packet1cd&... function EIGEN_STRONG_INLINE (line 289) | EIGEN_STRONG_INLINE Packet1cd pmul(const Packet1cd& a, const Packet1cd& ... type conj_helper (line 295) | struct conj_helper function EIGEN_STRONG_INLINE (line 297) | EIGEN_STRONG_INLINE Packet1cd pmadd(const Packet1cd& x, const Packet1cd&... function EIGEN_STRONG_INLINE (line 300) | EIGEN_STRONG_INLINE Packet1cd pmul(const Packet1cd& a, const Packet1cd& ... type conj_helper (line 306) | struct conj_helper function EIGEN_STRONG_INLINE (line 308) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 311) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... type conj_helper (line 317) | struct conj_helper function EIGEN_STRONG_INLINE (line 319) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 322) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... type conj_helper (line 328) | struct conj_helper function EIGEN_STRONG_INLINE (line 330) | EIGEN_STRONG_INLINE Packet2cf pmadd(const Packet2cf& x, const Packet2cf&... function EIGEN_STRONG_INLINE (line 333) | EIGEN_STRONG_INLINE Packet2cf pmul(const Packet2cf& a, const Packet2cf& ... function EIGEN_STRONG_INLINE (line 359) | EIGEN_STRONG_INLINE Packet1cd pcplxflip/**/(const Packet1cd& x) function EIGEN_STRONG_INLINE (line 364) | EIGEN_STRONG_INLINE Packet2cf pcplxflip/**/(const Packet2cf& x) function Packet2cf (line 386) | Packet2cf pblend(const Selector<2>& ifPacket, const Packet2cf& thenPacke... FILE: external/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h function namespace (line 19) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h function namespace (line 15) | namespace Eigen { function Packet4i (line 538) | Packet4i pnegate(const Packet4i& a) { return (-a); } function Packet4f (line 539) | Packet4f pnegate(const Packet4f& a) function Packet2d (line 546) | Packet2d pnegate(const Packet2d& a) { return (-a); } function Packet4i (line 548) | Packet4i pconj(const Packet4i& a) { return a; } function Packet4f (line 549) | Packet4f pconj(const Packet4f& a) { return a; } function Packet2d (line 550) | Packet2d pconj(const Packet2d& a) { return a; } function Packet4i (line 552) | Packet4i pmadd(const Packet4i& a, const Packet4i& b, const Packet4i& c) ... function Packet4f (line 553) | Packet4f pmadd(const Packet4f& a, const Packet4f& b, const Packet4f& c) function Packet2d (line 560) | Packet2d pmadd(const Packet2d& a, const Packet2d& b, const Packet2d& c) ... function Packet4i (line 688) | Packet4i preverse(const Packet4i& a) function Packet2d (line 693) | Packet2d preverse(const Packet2d& a) function Packet4f (line 698) | Packet4f preverse(const Packet4f& a) function Packet4i (line 918) | Packet4i pblend(const Selector<4>& ifPacket, const Packet4i& thenPacket,... function Packet4f (line 924) | Packet4f pblend(const Selector<4>& ifPacket, const Packet4f& thenPacket,... function Packet2d (line 935) | Packet2d pblend(const Selector<2>& ifPacket, const Packet2d& thenPacket,... FILE: external/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h function namespace (line 13) | namespace Eigen { function assignCoeff (line 70) | void assignCoeff(DstScalar& a, const SrcScalar& b) const { a -= b; } function assignPacket (line 73) | void assignPacket(DstScalar* a, const Packet& b) const function assignCoeff (line 92) | void assignCoeff(DstScalar& a, const SrcScalar& b) const { a *= b; } function assignPacket (line 95) | void assignPacket(DstScalar* a, const Packet& b) const function assignCoeff (line 113) | void assignCoeff(DstScalar& a, const SrcScalar& b) const { a /= b; } function assignPacket (line 116) | void assignPacket(DstScalar* a, const Packet& b) const function assignCoeff (line 145) | void assignCoeff(Scalar& a, const Scalar& b) const FILE: external/eigen3/Eigen/src/Core/functors/BinaryFunctors.h function namespace (line 13) | namespace Eigen { type typename (line 116) | typedef typename ScalarBinaryOpTraits... function EIGEN_STRONG_INLINE (line 144) | EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, co... function Packet (line 146) | const Packet packetOp(const Packet& a, const Packet& b) const function result_type (line 149) | const result_type predux(const Packet& a) const type typename (line 168) | typedef typename ScalarBinaryOpTraits... function EIGEN_STRONG_INLINE (line 170) | EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, co... function Packet (line 172) | const Packet packetOp(const Packet& a, const Packet& b) const function result_type (line 175) | const result_type predux(const Packet& a) const function const (line 211) | bool operator()(const LhsScalar& a, const RhsScalar& b) const {return a=... function const (line 218) | bool operator()(const LhsScalar& a, const RhsScalar& b) const {return ab;} function const (line 239) | bool operator()(const LhsScalar& a, const RhsScalar& b) const {return a>... function const (line 246) | bool operator()(const LhsScalar& a, const RhsScalar& b) const {return !(... function const (line 253) | bool operator()(const LhsScalar& a, const RhsScalar& b) const {return a!... function Scalar (line 267) | const Scalar operator() (const Scalar &x, const Scalar &y) const type typename (line 294) | typedef typename ScalarBinaryOpTraits::Re... type Scalar (line 299) | typedef Scalar LhsScalar; type Exponent (line 300) | typedef Exponent RhsScalar; function EIGEN_DEVICE_FUNC (line 304) | EIGEN_DEVICE_FUNC type typename (line 324) | typedef typename ScalarBinaryOpTraits { type scalar_boolean_or_op (line 398) | struct scalar_boolean_or_op { function scalar_boolean_or_op (line 402) | struct functor_traits { type scalar_boolean_xor_op (line 414) | struct scalar_boolean_xor_op { function scalar_boolean_xor_op (line 418) | struct functor_traits { type typename (line 435) | typedef typename BinaryOp::first_argument_type first_argument_type; type typename (line 436) | typedef typename BinaryOp::second_argument_type second_argument_type; type typename (line 437) | typedef typename BinaryOp::result_type result_type; function m_value (line 439) | bind1st_op(const first_argument_type &val) : m_value(val) {} function result_type (line 441) | const result_type operator() (const second_argument_type& b) const { ret... function Packet (line 444) | const Packet packetOp(const Packet& b) const type typename (line 454) | typedef typename BinaryOp::first_argument_type first_argument_type; type typename (line 455) | typedef typename BinaryOp::second_argument_type second_argument_type; type typename (line 456) | typedef typename BinaryOp::result_type result_type; function m_value (line 458) | bind2nd_op(const second_argument_type &val) : m_value(val) {} function result_type (line 460) | const result_type operator() (const first_argument_type& a) const { retu... function Packet (line 463) | const Packet packetOp(const Packet& a) const FILE: external/eigen3/Eigen/src/Core/functors/NullaryFunctors.h function namespace (line 13) | namespace Eigen { function Scalar (line 136) | const Scalar operator() (IndexType i) const { return impl(i); } function EIGEN_STRONG_INLINE (line 139) | EIGEN_STRONG_INLINE const Packet packetOp(IndexType i) const { return im... FILE: external/eigen3/Eigen/src/Core/functors/StlFunctors.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/functors/TernaryFunctors.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/functors/UnaryFunctors.h function namespace (line 13) | namespace Eigen { function result_type (line 171) | result_type operator() (const Scalar& a) const { return numext::real(a); } function result_type (line 187) | result_type operator() (const Scalar& a) const { return numext::imag(a); } function Scalar (line 233) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 235) | inline Packet packetOp(const Packet& a) const { return internal::pexp(a); } function Scalar (line 273) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 275) | inline Packet packetOp(const Packet& a) const { return internal::plog(a); } function Scalar (line 304) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 306) | inline Packet packetOp(const Packet& a) const { return internal::plog1p(... function Scalar (line 324) | inline const Scalar operator() (const Scalar& a) const { EIGEN_USING_STD... function Packet (line 326) | inline Packet packetOp(const Packet& a) const { return internal::plog10(... function Scalar (line 338) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 340) | inline Packet packetOp(const Packet& a) const { return internal::psqrt(a... function Scalar (line 365) | inline const Scalar operator() (const Scalar& a) const { return Scalar(1... function Packet (line 367) | inline Packet packetOp(const Packet& a) const { return internal::prsqrt(... function Scalar (line 384) | inline Scalar operator() (const Scalar& a) const { return numext::cos(a); } function Packet (line 386) | inline Packet packetOp(const Packet& a) const { return internal::pcos(a); } function Scalar (line 403) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 405) | inline Packet packetOp(const Packet& a) const { return internal::psin(a); } function Scalar (line 423) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 425) | inline Packet packetOp(const Packet& a) const { return internal::ptan(a); } function Scalar (line 442) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 444) | inline Packet packetOp(const Packet& a) const { return internal::pacos(a... function Scalar (line 461) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 463) | inline Packet packetOp(const Packet& a) const { return internal::pasin(a... function Scalar (line 481) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 483) | inline Packet packetOp(const Packet& a) const { return internal::patan(a... function Scalar (line 501) | inline const Scalar operator()(const Scalar& a) const { return numext::t... function Packet (line 503) | inline Packet packetOp(const Packet& x) const { return ptanh(x); } function Scalar (line 537) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 539) | inline Packet packetOp(const Packet& a) const { return internal::psinh(a... function Scalar (line 556) | inline const Scalar operator() (const Scalar& a) const { return numext::... function Packet (line 558) | inline Packet packetOp(const Packet& a) const { return internal::pcosh(a... function Scalar (line 576) | inline Scalar operator() (const Scalar& a) const { return Scalar(1)/a; } function Packet (line 578) | inline const Packet packetOp(const Packet& a) const function Scalar (line 592) | inline Scalar operator() (const Scalar& a) const { return a*a; } function Packet (line 594) | inline const Packet packetOp(const Packet& a) const function Scalar (line 608) | inline Scalar operator() (const Scalar& a) const { return a*a*a; } function Packet (line 610) | inline const Packet packetOp(const Packet& a) const function EIGEN_STRONG_INLINE (line 623) | EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const { re... function Packet (line 625) | inline Packet packetOp(const Packet& a) const { return internal::pround(... function EIGEN_STRONG_INLINE (line 642) | EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const { re... function Packet (line 644) | inline Packet packetOp(const Packet& a) const { return internal::pfloor(... function EIGEN_STRONG_INLINE (line 661) | EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const { re... function Packet (line 663) | inline Packet packetOp(const Packet& a) const { return internal::pceil(a... function result_type (line 681) | result_type operator() (const Scalar& a) const { return (numext::isnan)(... function result_type (line 699) | result_type operator() (const Scalar& a) const { return (numext::isinf)(... function result_type (line 717) | result_type operator() (const Scalar& a) const { return (numext::isfinit... function const (line 735) | bool operator() (const bool& a) const { return !a; } function EIGEN_DEVICE_FUNC (line 753) | EIGEN_DEVICE_FUNC inline const Scalar operator() (const Scalar& a) const function EIGEN_DEVICE_FUNC (line 764) | EIGEN_DEVICE_FUNC inline const Scalar operator() (const Scalar& a) const FILE: external/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h function namespace (line 14) | namespace Eigen { function EIGEN_ALWAYS_INLINE (line 317) | EIGEN_ALWAYS_INLINE static void run(const CJ& cj, A& a, B& b, C& c, T& /... function gebp_madd (line 331) | void gebp_madd(const CJ& cj, A& a, B& b, C& c, T& t) type _RhsScalar (line 355) | typedef _RhsScalar RhsScalar; type typename (line 356) | typedef typename ScalarBinaryOpTraits::ReturnType ... type typename (line 386) | typedef typename packet_traits::type _LhsPacket; type typename (line 387) | typedef typename packet_traits::type _RhsPacket; type typename (line 388) | typedef typename packet_traits::type _ResPacket; type typename (line 390) | typedef typename conditional::type Lh... type typename (line 391) | typedef typename conditional::type Rh... type typename (line 392) | typedef typename conditional::type Re... type ResPacket (line 394) | typedef ResPacket AccPacket; function EIGEN_STRONG_INLINE (line 401) | EIGEN_STRONG_INLINE void broadcastRhs(const RhsScalar* b, RhsPacket& b0,... function loadRhs (line 412) | void loadRhs(const RhsScalar* b, RhsPacketType& dest) const function EIGEN_STRONG_INLINE (line 417) | EIGEN_STRONG_INLINE void loadRhsQuad(const RhsScalar* b, RhsPacket& dest... function loadLhs (line 423) | void loadLhs(const LhsScalar* a, LhsPacketType& dest) const function loadLhsUnaligned (line 429) | void loadLhsUnaligned(const LhsScalar* a, LhsPacketType& dest) const function madd (line 435) | void madd(const LhsPacketType& a, const RhsPacketType& b, AccPacketType&... function EIGEN_STRONG_INLINE (line 450) | EIGEN_STRONG_INLINE void acc(const AccPacket& c, const ResPacket& alpha,... function acc (line 456) | void acc(const ResPacketHalf& c, const ResPacketHalf& alpha, ResPacketHa... type RealScalar (line 468) | typedef RealScalar RhsScalar; type typename (line 469) | typedef typename ScalarBinaryOpTraits::ReturnType ... type typename (line 492) | typedef typename packet_traits::type _LhsPacket; type typename (line 493) | typedef typename packet_traits::type _RhsPacket; type typename (line 494) | typedef typename packet_traits::type _ResPacket; type typename (line 496) | typedef typename conditional::type Lh... type typename (line 497) | typedef typename conditional::type Rh... type typename (line 498) | typedef typename conditional::type Re... type ResPacket (line 500) | typedef ResPacket AccPacket; function EIGEN_STRONG_INLINE (line 507) | EIGEN_STRONG_INLINE void loadRhs(const RhsScalar* b, RhsPacket& dest) const function EIGEN_STRONG_INLINE (line 512) | EIGEN_STRONG_INLINE void loadRhsQuad(const RhsScalar* b, RhsPacket& dest... function EIGEN_STRONG_INLINE (line 517) | EIGEN_STRONG_INLINE void loadLhs(const LhsScalar* a, LhsPacket& dest) const function EIGEN_STRONG_INLINE (line 522) | EIGEN_STRONG_INLINE void loadLhsUnaligned(const LhsScalar* a, LhsPacket&... function EIGEN_STRONG_INLINE (line 527) | EIGEN_STRONG_INLINE void broadcastRhs(const RhsScalar* b, RhsPacket& b0,... function EIGEN_STRONG_INLINE (line 537) | EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, Ac... function EIGEN_STRONG_INLINE (line 542) | EIGEN_STRONG_INLINE void madd_impl(const LhsPacket& a, const RhsPacket& ... function EIGEN_STRONG_INLINE (line 552) | EIGEN_STRONG_INLINE void madd_impl(const LhsScalar& a, const RhsScalar& ... function EIGEN_STRONG_INLINE (line 557) | EIGEN_STRONG_INLINE void acc(const AccPacket& c, const ResPacket& alpha,... type std (line 603) | typedef std::complex LhsScalar; type std (line 604) | typedef std::complex RhsScalar; type std (line 605) | typedef std::complex ResScalar; type typename (line 625) | typedef typename packet_traits::type RealPacket; type typename (line 626) | typedef typename packet_traits::type ScalarPacket; type DoublePacket (line 627) | typedef DoublePacket DoublePacketType; type typename (line 629) | typedef typename conditional::type Lhs... type typename (line 630) | typedef typename conditional::type... type typename (line 631) | typedef typename conditional::type Res... type typename (line 632) | typedef typename conditional::type... function EIGEN_STRONG_INLINE (line 643) | EIGEN_STRONG_INLINE void loadRhs(const RhsScalar* b, ResPacket& dest) const function EIGEN_STRONG_INLINE (line 649) | EIGEN_STRONG_INLINE void loadRhs(const RhsScalar* b, DoublePacketType& d... function EIGEN_STRONG_INLINE (line 655) | EIGEN_STRONG_INLINE void loadRhsQuad(const RhsScalar* b, ResPacket& dest... function EIGEN_STRONG_INLINE (line 659) | EIGEN_STRONG_INLINE void loadRhsQuad(const RhsScalar* b, DoublePacketTyp... function EIGEN_STRONG_INLINE (line 665) | EIGEN_STRONG_INLINE void broadcastRhs(const RhsScalar* b, RhsPacket& b0,... function EIGEN_STRONG_INLINE (line 675) | EIGEN_STRONG_INLINE void broadcastRhs(const RhsScalar* b, DoublePacketTy... function EIGEN_STRONG_INLINE (line 683) | EIGEN_STRONG_INLINE void broadcastRhs(const RhsScalar* b, RhsScalar& b0,... function EIGEN_STRONG_INLINE (line 691) | EIGEN_STRONG_INLINE void loadLhs(const LhsScalar* a, LhsPacket& dest) const function EIGEN_STRONG_INLINE (line 696) | EIGEN_STRONG_INLINE void loadLhsUnaligned(const LhsScalar* a, LhsPacket&... function EIGEN_STRONG_INLINE (line 701) | EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, Do... function EIGEN_STRONG_INLINE (line 707) | EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, Re... function EIGEN_STRONG_INLINE (line 712) | EIGEN_STRONG_INLINE void acc(const Scalar& c, const Scalar& alpha, Scala... function EIGEN_STRONG_INLINE (line 714) | EIGEN_STRONG_INLINE void acc(const DoublePacketType& c, const ResPacket&... type RealScalar (line 751) | typedef RealScalar LhsScalar; type Scalar (line 752) | typedef Scalar RhsScalar; type Scalar (line 753) | typedef Scalar ResScalar; type typename (line 773) | typedef typename packet_traits::type _LhsPacket; type typename (line 774) | typedef typename packet_traits::type _RhsPacket; type typename (line 775) | typedef typename packet_traits::type _ResPacket; type typename (line 777) | typedef typename conditional::type Lh... type typename (line 778) | typedef typename conditional::type Rh... type typename (line 779) | typedef typename conditional::type Re... type ResPacket (line 781) | typedef ResPacket AccPacket; function EIGEN_STRONG_INLINE (line 788) | EIGEN_STRONG_INLINE void loadRhs(const RhsScalar* b, RhsPacket& dest) const function broadcastRhs (line 793) | void broadcastRhs(const RhsScalar* b, RhsPacket& b0, RhsPacket& b1, RhsP... function EIGEN_STRONG_INLINE (line 805) | EIGEN_STRONG_INLINE void loadLhs(const LhsScalar* a, LhsPacket& dest) const function EIGEN_STRONG_INLINE (line 810) | EIGEN_STRONG_INLINE void loadRhsQuad(const RhsScalar* b, RhsPacket& dest... function EIGEN_STRONG_INLINE (line 816) | EIGEN_STRONG_INLINE void loadLhsUnaligned(const LhsScalar* a, LhsPacket&... function EIGEN_STRONG_INLINE (line 821) | EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, Ac... function EIGEN_STRONG_INLINE (line 826) | EIGEN_STRONG_INLINE void madd_impl(const LhsPacket& a, const RhsPacket& ... function EIGEN_STRONG_INLINE (line 837) | EIGEN_STRONG_INLINE void madd_impl(const LhsScalar& a, const RhsScalar& ... function EIGEN_STRONG_INLINE (line 842) | EIGEN_STRONG_INLINE void acc(const AccPacket& c, const ResPacket& alpha,... type gebp_traits (line 861) | typedef gebp_traits Traits; type typename (line 862) | typedef typename Traits::ResScalar ResScalar; type typename (line 863) | typedef typename Traits::LhsPacket LhsPacket; type typename (line 864) | typedef typename Traits::RhsPacket RhsPacket; type typename (line 865) | typedef typename Traits::ResPacket ResPacket; type typename (line 866) | typedef typename Traits::AccPacket AccPacket; type gebp_traits (line 868) | typedef gebp_traits Swapp... type typename (line 869) | typedef typename SwappedTraits::ResScalar SResScalar; type typename (line 870) | typedef typename SwappedTraits::LhsPacket SLhsPacket; type typename (line 871) | typedef typename SwappedTraits::RhsPacket SRhsPacket; type typename (line 872) | typedef typename SwappedTraits::ResPacket SResPacket; type typename (line 873) | typedef typename SwappedTraits::AccPacket SAccPacket; type typename (line 875) | typedef typename DataMapper::LinearMapper LinearMapper; type typename (line 1591) | typedef typename conditional=8,typename type typename (line 1592) | typedef typename conditional=8,typename type typename (line 1593) | typedef typename conditional=8,typename type typename (line 1594) | typedef typename conditional=8,typename type typename (line 1901) | typedef typename DataMapper::LinearMapper LinearMapper; type typename (line 2025) | typedef typename DataMapper::LinearMapper LinearMapper; function l1CacheSize (line 2118) | inline std::ptrdiff_t l1CacheSize() function l2CacheSize (line 2127) | inline std::ptrdiff_t l2CacheSize() function l3CacheSize (line 2137) | inline std::ptrdiff_t l3CacheSize() function setCpuCacheSizes (line 2149) | inline void setCpuCacheSizes(std::ptrdiff_t l1, std::ptrdiff_t l2, std::... FILE: external/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h function namespace (line 13) | namespace Eigen { type typename (line 58) | typedef typename ScalarBinaryOpTraits::ReturnType ... type const_blas_data_mapper (line 68) | typedef const_blas_data_mapper RhsMap... type blas_data_mapper (line 69) | typedef blas_data_mapper::type LhsS... type typename (line 286) | typedef typename conditional::type RhsS... type gebp_traits (line 287) | typedef gebp_traits Traits; function initParallel (line 317) | void initParallel(Index, Index, Index, Index) function allocateA (line 320) | inline void allocateA() {} function allocateB (line 321) | inline void allocateB() {} function allocateAll (line 322) | inline void allocateAll() {} type typename (line 334) | typedef typename conditional::type LhsS... type typename (line 335) | typedef typename conditional::type RhsS... type gebp_traits (line 336) | typedef gebp_traits Traits; function initParallel (line 363) | void initParallel(Index rows, Index cols, Index depth, Index num_threads) function allocateA (line 376) | void allocateA() function allocateB (line 382) | void allocateB() function allocateAll (line 388) | void allocateAll() function namespace (line 403) | namespace internal { FILE: external/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h function namespace (line 13) | namespace Eigen { type gebp_traits (line 139) | typedef gebp_traits Traits; type typename (line 140) | typedef typename Traits::ResScalar ResScalar; type blas_data_mapper (line 147) | typedef blas_data_mapper ResMapper; type typename (line 206) | typedef typename internal::remove_all LhsBlasTraits; type typename (line 208) | typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhs; type typename (line 209) | typedef typename internal::remove_all::type _ActualLhs; type typename (line 212) | typedef typename internal::remove_all RhsBlasTraits; type typename (line 214) | typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhs; type typename (line 215) | typedef typename internal::remove_all::type _ActualRhs; type internal (line 253) | typedef internal::blas_traits LhsBlasTraits; type typename (line 254) | typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhs; type typename (line 255) | typedef typename internal::remove_all::type _ActualLhs; type typename (line 258) | typedef typename internal::remove_all RhsBlasTraits; type typename (line 260) | typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhs; type typename (line 261) | typedef typename internal::remove_all::type _ActualRhs; type internal (line 281) | typedef internal::gemm_blocking_space::type _LhsPacket; type typename (line 348) | typedef typename packet_traits::type _RhsPacket; type typename (line 349) | typedef typename packet_traits::type _ResPacket; type typename (line 351) | typedef typename conditional::type Lh... type typename (line 352) | typedef typename conditional::type Rh... type typename (line 353) | typedef typename conditional::type Re... type typename (line 387) | typedef typename LhsMapper::VectorMapper LhsScalars; FILE: external/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h function namespace (line 36) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/products/Parallelizer.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h function namespace (line 13) | namespace Eigen { type gebp_traits (line 332) | typedef gebp_traits Traits; type const_blas_data_mapper (line 334) | typedef const_blas_data_mapper LhsMapper; type const_blas_data_mapper (line 335) | typedef const_blas_data_mapper RhsMapper; type blas_data_mapper (line 337) | typedef blas_data_mapper Traits; type const_blas_data_mapper (line 427) | typedef const_blas_data_mapper LhsMapper; type blas_data_mapper (line 428) | typedef blas_data_mapper OtherBlasTraits; type typename (line 57) | typedef typename OtherBlasTraits::DirectLinearAccessType ActualOtherType; type typename (line 58) | typedef typename internal::remove_all::type _ActualOthe... type internal (line 88) | typedef internal::blas_traits OtherBlasTraits; type typename (line 89) | typedef typename OtherBlasTraits::DirectLinearAccessType ActualOtherType; type typename (line 90) | typedef typename internal::remove_all::type _ActualOthe... type internal (line 103) | typedef internal::gemm_blocking_space::type _ActualUType; type internal (line 68) | typedef internal::blas_traits VBlasTraits; type typename (line 69) | typedef typename VBlasTraits::DirectLinearAccessType ActualVType; type typename (line 70) | typedef typename internal::remove_all::type _ActualVType; type typename (line 82) | typedef typename internal::remove_all LhsMapper; type const_blas_data_mapper (line 121) | typedef const_blas_data_mapper RhsMapper; type blas_data_mapper (line 122) | typedef blas_data_mapper LhsMapper; type const_blas_data_mapper (line 278) | typedef const_blas_data_mapper RhsMapper; type blas_data_mapper (line 279) | typedef blas_data_mapper, 0, OuterSt... function LhsMap (line 115) | const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride)); function namespace (line 171) | namespace internal { function namespace (line 200) | namespace internal { function run (line 290) | void run(const Lhs &lhs, const Rhs &rhs, Dest& dest, const typename Dest... FILE: external/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h type VectorX (line 96) | typedef VectorX##EIGPREFIX VectorRhs; type VectorX (line 185) | typedef VectorX##EIGPREFIX VectorRhs; FILE: external/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h function namespace (line 13) | namespace Eigen { type const_blas_data_mapper (line 56) | typedef const_blas_data_mapper TriMapper; type blas_data_mapper (line 57) | typedef blas_data_mapper OtherMapper; type gebp_traits (line 61) | typedef gebp_traits Traits; type typename (line 205) | typedef typename NumTraits::Real RealScalar; type blas_data_mapper (line 207) | typedef blas_data_mapper LhsMapper; type const_blas_data_mapper (line 208) | typedef const_blas_data_mapper RhsMapper; type gebp_traits (line 212) | typedef gebp_traits Traits; FILE: external/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h function namespace (line 36) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/products/TriangularSolverVector.h function namespace (line 13) | namespace Eigen { type Map (line 38) | typedef Map, 0, OuterSt... FILE: external/eigen3/Eigen/src/Core/util/BlasUtil.h function namespace (line 16) | namespace Eigen { function EIGEN_STRONG_INLINE (line 81) | EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const Scalar& y, const... function EIGEN_STRONG_INLINE (line 84) | EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const function EIGEN_STRONG_INLINE (line 91) | EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const Scalar& y, const... function EIGEN_STRONG_INLINE (line 94) | EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const function EIGEN_STRONG_INLINE (line 101) | EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const Scalar& y, const... function EIGEN_STRONG_INLINE (line 104) | EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const type std (line 110) | typedef std::complex Scalar; function EIGEN_STRONG_INLINE (line 111) | EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const RealScalar& y, c... function EIGEN_STRONG_INLINE (line 113) | EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const RealScalar& y) const type std (line 119) | typedef std::complex Scalar; function EIGEN_STRONG_INLINE (line 120) | EIGEN_STRONG_INLINE Scalar pmadd(const RealScalar& x, const Scalar& y, c... function EIGEN_STRONG_INLINE (line 122) | EIGEN_STRONG_INLINE Scalar pmul(const RealScalar& x, const Scalar& y) const function To (line 127) | To run(const From& x) { return To(x); } function typename (line 132) | typename NumTraits::Real run(const Scalar& x) { return numext::r... function m_data (line 139) | m_data(data) {} function Scalar (line 141) | Scalar operator()(Index i) const { function EIGEN_ALWAYS_INLINE (line 145) | EIGEN_ALWAYS_INLINE Packet load(Index i) const { function aligned (line 150) | bool aligned(Index i) const { type typename (line 162) | typedef typename packet_traits::half HalfPacket; function m_data (line 164) | m_data(data) {} function prefetch (line 166) | void prefetch(int i) const { function Packet (line 174) | Packet loadPacket(Index i) const { function HalfPacket (line 178) | HalfPacket loadHalfPacket(Index i) const { function storePacket (line 182) | void storePacket(Index i, const Packet &p) const { type typename (line 195) | typedef typename packet_traits::half HalfPacket; type BlasLinearMapper (line 197) | typedef BlasLinearMapper LinearMapper; type BlasVectorMapper (line 198) | typedef BlasVectorMapper VectorMapper; function EIGEN_DEVICE_FUNC (line 200) | EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE blas_data_mapper(Scalar* data, Ind... function LinearMapper (line 207) | LinearMapper getLinearMapper(Index i, Index j) const { function VectorMapper (line 211) | VectorMapper getVectorMapper(Index i, Index j) const { function Packet (line 221) | Packet loadPacket(Index i, Index j) const { function HalfPacket (line 225) | HalfPacket loadHalfPacket(Index i, Index j) const { function scatterPacket (line 230) | void scatterPacket(Index i, Index j, const SubPacket &p) const { function EIGEN_ALWAYS_INLINE (line 235) | EIGEN_ALWAYS_INLINE SubPacket gatherPacket(Index i, Index j) const { function EIGEN_DEVICE_FUNC (line 240) | EIGEN_DEVICE_FUNC const Scalar* data() const { return m_data; } function EIGEN_DEVICE_FUNC (line 242) | EIGEN_DEVICE_FUNC Index firstAligned(Index size) const { type typename (line 271) | typedef typename traits::Scalar Scalar; type XprType (line 272) | typedef const XprType& ExtractType; type XprType (line 273) | typedef XprType _ExtractType; type typename (line 283) | typedef typename conditional, NestedXpr> XprType; type typename (line 298) | typedef typename Base::ExtractType ExtractType; function ExtractType (line 304) | static inline ExtractType extract(const XprType& x) { return Base::extra... function Scalar (line 305) | static inline Scalar extractScalarFactor(const XprType& x) { return conj... type CwiseBinaryOp (line 314) | typedef CwiseBinaryOp, const type typename (line 315) | typedef typename Base::ExtractType ExtractType; function ExtractType (line 316) | static inline ExtractType extract(const XprType& x) { return Base::extra... function Scalar (line 317) | static inline Scalar extractScalarFactor(const XprType& x) type CwiseBinaryOp (line 325) | typedef CwiseBinaryOp, NestedXpr, const type typename (line 326) | typedef typename Base::ExtractType ExtractType; function ExtractType (line 327) | static inline ExtractType extract(const XprType& x) { return Base::extra... function Scalar (line 328) | static inline Scalar extractScalarFactor(const XprType& x) type CwiseUnaryOp (line 343) | typedef CwiseUnaryOp, NestedXpr> XprType; type typename (line 344) | typedef typename Base::ExtractType ExtractType; function ExtractType (line 345) | static inline ExtractType extract(const XprType& x) { return Base::extra... function Scalar (line 346) | static inline Scalar extractScalarFactor(const XprType& x) type typename (line 355) | typedef typename NestedXpr::Scalar Scalar; type blas_traits (line 356) | typedef blas_traits Base; type Transpose (line 357) | typedef Transpose XprType; type Transpose (line 358) | typedef Transpose other; function deallocate (line 761) | void deallocate(pointer p, size_type /*num*/) function namespace (line 792) | namespace internal { FILE: external/eigen3/Eigen/src/Core/util/Meta.h function namespace (line 23) | namespace Eigen { type T (line 140) | typedef const T type; type T (line 141) | typedef T const& type; type T (line 142) | typedef T const* type; type T (line 143) | typedef T const* const type; type T (line 144) | typedef T const* const type; type any_conversion (line 151) | struct any_conversion type yes (line 156) | struct yes {int a[1];} type no (line 157) | struct no {int a[2];} type T (line 187) | typedef T type; function namespace (line 195) | namespace device { function class (line 294) | class noncopyable type typename (line 312) | typedef typename std::result_of::type type1; type typename (line 313) | typedef typename remove_all::type type; type has_none (line 318) | struct has_none {int a[1];} type has_std_result_type (line 319) | struct has_std_result_type {int a[2];} type has_tr1_result (line 320) | struct has_tr1_result {int a[3];} type typename (line 323) | typedef typename internal::remove_all::type type; type typename (line 341) | typedef typename unary_result_of_select::typ... type typename (line 345) | typedef typename internal::remove_all::type type; type typename (line 365) | typedef typename binary_result_of_select::type type; type typename (line 389) | typedef typename ternary_result_of_select(... FILE: external/eigen3/Eigen/src/Core/util/StaticAssert.h function namespace (line 37) | namespace Eigen { FILE: external/eigen3/Eigen/src/Core/util/XprHelper.h function namespace (line 25) | namespace Eigen { function class (line 89) | class no_assignment_operator type typename (line 191) | typedef typename find_best_packet_helper::type type; type typename (line 332) | typedef typename plain_matrix_type::type type; type typename (line 355) | typedef typename plain_matrix_type_dense::type _CastType; type typename (line 496) | typedef typename _CastType::Scalar NewScalarType; type typename (line 497) | typedef typename conditional::v... type A (line 505) | typedef A ret; type A (line 509) | typedef A ret; type A (line 513) | typedef A ret; type Matrix (line 584) | typedef Matrix::RowsAtCompileTime, traits::... type Matrix (line 635) | typedef Matrix::RowsAtCompileTime, traits:... type CwiseNullaryOp (line 638) | typedef CwiseNullaryOp, const type glue_shapes (line 661) | struct glue_shapes type TriangularShape (line 661) | typedef TriangularShape type; type ScalarBinaryOpTraits (line 769) | struct ScalarBinaryOpTraits type T (line 779) | typedef T ReturnType; type T (line 785) | typedef T ReturnType; type T (line 790) | typedef T ReturnType; type T (line 797) | typedef T ReturnType; type T (line 804) | typedef T ReturnType; type ReturnType (line 811) | typedef void ReturnType; FILE: external/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h function namespace (line 17) | namespace Eigen { function EigenvalueType (line 182) | const EigenvalueType& eigenvalues() const function Index (line 233) | Index getMaxIterations() FILE: external/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h function namespace (line 17) | namespace Eigen { function ComplexMatrixType (line 162) | const ComplexMatrixType& matrixT() const function Index (line 235) | Index getMaxIterations() function namespace (line 349) | namespace internal { FILE: external/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h function namespace (line 36) | namespace Eigen { FILE: external/eigen3/Eigen/src/Eigenvalues/EigenSolver.h function namespace (line 16) | namespace Eigen { function EigenvalueType (line 244) | const EigenvalueType& eigenvalues() const function Index (line 295) | Index getMaxIterations() type Matrix (line 319) | typedef Matrix::Real RealScalar; function namespace (line 322) | namespace internal { FILE: external/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/Eigenvalues/RealQZ.h function namespace (line 13) | namespace Eigen { function MatrixType (line 139) | const MatrixType& matrixS() const { type Matrix (line 200) | typedef Matrix Vector3s; type Matrix (line 201) | typedef Matrix Vector2s; type Matrix (line 202) | typedef Matrix Matrix2s; type JacobiRotation (line 203) | typedef JacobiRotation JRs; FILE: external/eigen3/Eigen/src/Eigenvalues/RealSchur.h function namespace (line 16) | namespace Eigen { function MatrixType (line 144) | const MatrixType& matrixT() const function Index (line 213) | Index getMaxIterations() type Matrix (line 236) | typedef Matrix Vector3s; function typename (line 353) | typename MatrixType::Scalar RealSchur::computeNormOfT() FILE: external/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h function namespace (line 36) | namespace Eigen { FILE: external/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h function namespace (line 16) | namespace Eigen { function namespace (line 370) | namespace internal { function namespace (line 469) | namespace internal { type typename (line 715) | typedef typename SolverType::RealVectorType VectorType; type typename (line 716) | typedef typename SolverType::Scalar Scalar; type typename (line 717) | typedef typename SolverType::EigenvectorsType EigenvectorsType; function EIGEN_DEVICE_FUNC (line 719) | EIGEN_DEVICE_FUNC function namespace (line 805) | namespace internal { FILE: external/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h function namespace (line 36) | namespace Eigen { FILE: external/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h function namespace (line 14) | namespace Eigen { function namespace (line 321) | namespace internal { type typename (line 439) | typedef typename Tridiagonalization::CoeffVectorType CoeffVe... type typename (line 440) | typedef typename Tridiagonalization::HouseholderSequenceType... type typename (line 463) | typedef typename MatrixType::RealScalar RealScalar; FILE: external/eigen3/Eigen/src/Geometry/AlignedBox.h function namespace (line 13) | namespace Eigen { function EIGEN_DEVICE_FUNC (line 146) | EIGEN_DEVICE_FUNC inline VectorType corner(CornerType corner) const function EIGEN_DEVICE_FUNC (line 164) | EIGEN_DEVICE_FUNC inline VectorType sample() const function contains (line 182) | inline bool contains(const MatrixBase& p) const function EIGEN_DEVICE_FUNC (line 189) | EIGEN_DEVICE_FUNC inline bool contains(const AlignedBox& b) const function EIGEN_DEVICE_FUNC (line 194) | EIGEN_DEVICE_FUNC inline bool intersects(const AlignedBox& b) const function EIGEN_DEVICE_FUNC (line 210) | EIGEN_DEVICE_FUNC inline AlignedBox& extend(const AlignedBox& b) function EIGEN_DEVICE_FUNC (line 220) | EIGEN_DEVICE_FUNC inline AlignedBox& clamp(const AlignedBox& b) function EIGEN_DEVICE_FUNC (line 230) | EIGEN_DEVICE_FUNC inline AlignedBox intersection(const AlignedBox& b) const function EIGEN_DEVICE_FUNC (line 236) | EIGEN_DEVICE_FUNC inline AlignedBox merged(const AlignedBox& b) const function NonInteger (line 267) | inline NonInteger exteriorDistance(const MatrixBase& p) const function EIGEN_DEVICE_FUNC (line 274) | EIGEN_DEVICE_FUNC inline NonInteger exteriorDistance(const AlignedBox& b... function explicit (line 292) | inline explicit AlignedBox(const AlignedBox& other) function EIGEN_DEVICE_FUNC (line 145) | EIGEN_DEVICE_FUNC static inline const AngleAxis Identity() { return Angl... function EIGEN_DEVICE_FUNC (line 151) | EIGEN_DEVICE_FUNC bool isApprox(const AngleAxis& other, const typename N... type AngleAxis (line 157) | typedef AngleAxis AngleAxisf; type AngleAxis (line 160) | typedef AngleAxis AngleAxisd; FILE: external/eigen3/Eigen/src/Geometry/EulerAngles.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/Geometry/Homogeneous.h function namespace (line 13) | namespace Eigen { type MatrixBase (line 68) | typedef MatrixBase Base; function explicit (line 71) | explicit inline Homogeneous(const MatrixType& matrix) function EIGEN_DEVICE_FUNC (line 299) | EIGEN_DEVICE_FUNC homogeneous_right_product_impl(const MatrixType& lhs, ... type HomogeneousShape (line 325) | typedef HomogeneousShape Shape; type AssignmentKind (line 328) | struct AssignmentKind type Dense2Dense (line 328) | typedef Dense2Dense Kind; type typename (line 336) | typedef typename XprType::PlainObject PlainObject; type evaluator (line 337) | typedef evaluator Base; function EIGEN_DEVICE_FUNC (line 339) | EIGEN_DEVICE_FUNC explicit unary_evaluator(const XprType& op) type Homogeneous (line 370) | typedef Homogeneous SrcXprType; type typename (line 400) | typedef typename Rhs::template type typename (line 401) | typedef typename remove_const::type Li... type typename (line 402) | typedef typename Rhs::ConstRowXpr Co... type Replicate (line 403) | typedef Replicate Co... type Product (line 404) | typedef Product Li... type CwiseBinaryOp (line 405) | typedef CwiseBinaryOp Base; function EIGEN_DEVICE_FUNC (line 418) | EIGEN_DEVICE_FUNC explicit product_evaluator(const XprType& xpr) type typename (line 453) | typedef typename Lhs::template type typename (line 454) | typedef typename remove_const::type Li... type typename (line 455) | typedef typename Lhs::ConstColXpr Co... type Replicate (line 456) | typedef Replicate Co... type Product (line 457) | typedef Product Li... type CwiseBinaryOp (line 458) | typedef CwiseBinaryOp Base; function EIGEN_DEVICE_FUNC (line 471) | EIGEN_DEVICE_FUNC explicit product_evaluator(const XprType& xpr) function evalTo (line 482) | static void evalTo(Dest& dst, const TransformType& lhs, const Homogeneou... FILE: external/eigen3/Eigen/src/Geometry/Hyperplane.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/Geometry/OrthoMethods.h function namespace (line 14) | namespace Eigen { function namespace (line 50) | namespace internal { type typename (line 87) | typedef typename internal::nested_eval::type DerivedNested; type typename (line 88) | typedef typename internal::nested_eval::type OtherDerive... function namespace (line 137) | namespace internal { FILE: external/eigen3/Eigen/src/Geometry/ParametrizedLine.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/Geometry/Quaternion.h function namespace (line 13) | namespace Eigen { function namespace (line 327) | namespace internal { type _Scalar (line 357) | typedef _Scalar Scalar; type typename (line 358) | typedef typename internal::traits::Coefficients Coefficients; function EIGEN_STRONG_INLINE (line 368) | EIGEN_STRONG_INLINE Map(const Scalar* coeffs) : m_coeffs(coeffs) {} type _Scalar (line 394) | typedef _Scalar Scalar; type typename (line 395) | typedef typename internal::traits::Coefficients Coefficients; function EIGEN_STRONG_INLINE (line 405) | EIGEN_STRONG_INLINE Map(Scalar* coeffs) : m_coeffs(coeffs) {} function EIGEN_DEVICE_FUNC (line 407) | EIGEN_DEVICE_FUNC inline Coefficients& coeffs() { return m_coeffs; } type Map (line 416) | typedef Map, 0> QuaternionMapf; type Map (line 419) | typedef Map, 0> QuaternionMapd; type Map (line 422) | typedef Map, Aligned> QuaternionMapAlignedf; type Map (line 425) | typedef Map, Aligned> QuaternionMapAlignedd; function namespace (line 433) | namespace internal { function typename (line 538) | inline typename QuaternionBase::Matrix3 function namespace (line 681) | namespace internal { function typename (line 710) | inline typename internal::traits::Scalar function namespace (line 759) | namespace internal { function run (line 807) | static inline void run(QuaternionBase& q, const Other& vec) FILE: external/eigen3/Eigen/src/Geometry/Rotation2D.h function namespace (line 13) | namespace Eigen { function explicit (line 147) | inline explicit Rotation2D(const Rotation2D& other) function EIGEN_DEVICE_FUNC (line 152) | EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2... function EIGEN_DEVICE_FUNC (line 158) | EIGEN_DEVICE_FUNC bool isApprox(const Rotation2D& other, const typename ... type Rotation2D (line 165) | typedef Rotation2D Rotation2Df; type Rotation2D (line 168) | typedef Rotation2D Rotation2Dd; FILE: external/eigen3/Eigen/src/Geometry/RotationBase.h function namespace (line 13) | namespace Eigen { function VectorType (line 93) | inline VectorType _transformVector(const OtherVectorType& v) const function namespace (line 97) | namespace internal { function EIGEN_DEVICE_FUNC (line 113) | EIGEN_DEVICE_FUNC static inline ReturnType run(const RotationDerived& r,... type Matrix (line 125) | typedef Matrix::type operator* (const Mat... function UniformScaling (line 81) | inline UniformScaling inverse() const type DiagonalMatrix (line 146) | typedef DiagonalMatrix AlignedScaling2f; type DiagonalMatrix (line 148) | typedef DiagonalMatrix AlignedScaling2d; type DiagonalMatrix (line 150) | typedef DiagonalMatrix AlignedScaling3f; type DiagonalMatrix (line 152) | typedef DiagonalMatrix AlignedScaling3d; FILE: external/eigen3/Eigen/src/Geometry/Transform.h function namespace (line 15) | namespace Eigen { type _Scalar (line 213) | typedef _Scalar Scalar; type Eigen (line 214) | typedef Eigen::Index StorageIndex; type Eigen (line 215) | typedef Eigen::Index Index; type typename (line 217) | typedef typename internal::make_proper_matrix_type LinearMatrixType; type Block (line 223) | typedef Block VectorType; type Block (line 237) | typedef Block::Flags & R... type Block (line 239) | typedef const Block... type Translation (line 241) | typedef Translation TranslationType; type Transform (line 246) | typedef Transform TransformTimeDia... function EIGEN_DEVICE_FUNC (line 262) | EIGEN_DEVICE_FUNC inline Transform(const Transform& other) function EIGEN_DEVICE_FUNC (line 268) | EIGEN_DEVICE_FUNC inline explicit Transform(const TranslationType& t) function EIGEN_DEVICE_FUNC (line 273) | EIGEN_DEVICE_FUNC inline explicit Transform(const UniformScaling... function explicit (line 279) | inline explicit Transform(const RotationBase& r) type internal (line 288) | typedef internal::transform_take_affine_part take_affine_part; function explicit (line 292) | inline explicit Transform(const EigenBase& other) type typename (line 348) | typedef typename Transform::MatrixTyp... function EIGEN_DEVICE_FUNC (line 389) | EIGEN_DEVICE_FUNC inline Scalar operator() (Index row, Index col) const ... function EIGEN_DEVICE_FUNC (line 392) | EIGEN_DEVICE_FUNC inline Scalar& operator() (Index row, Index col) { ret... function EIGEN_DEVICE_FUNC (line 397) | EIGEN_DEVICE_FUNC inline MatrixType& matrix() { return m_matrix; } function EIGEN_DEVICE_FUNC (line 402) | EIGEN_DEVICE_FUNC inline LinearPart linear() { return LinearPart(m_matri... function EIGEN_DEVICE_FUNC (line 405) | EIGEN_DEVICE_FUNC inline ConstAffinePart affine() const { return take_af... type internal (line 509) | typedef internal::transform_transform_product_impl::ProductType ... function EIGEN_DEVICE_FUNC (line 533) | EIGEN_DEVICE_FUNC void setIdentity() { m_matrix.setIdentity(); } function EIGEN_DEVICE_FUNC (line 539) | EIGEN_DEVICE_FUNC static const Transform Identity() function Scalar (line 622) | const Scalar* data() const { return m_matrix.data(); } function EIGEN_DEVICE_FUNC (line 624) | EIGEN_DEVICE_FUNC Scalar* data() { return m_matrix.data(); } function explicit (line 637) | inline explicit Transform(const Transform Lhs; type Transform (line 1485) | typedef Transform Rhs; type Transform (line 1486) | typedef Transform ResultType; function ResultType (line 1487) | static ResultType run(const Lhs& lhs, const Rhs& rhs) type Transform (line 1501) | typedef Transform Rhs; type Transform (line 1502) | typedef Transform ResultType; function ResultType (line 1503) | static ResultType run(const Lhs& lhs, const Rhs& rhs) type Transform (line 1513) | typedef Transform Rhs; type Transform (line 1514) | typedef Transform ResultType; function ResultType (line 1515) | static ResultType run(const Lhs& lhs, const Rhs& rhs) type Transform (line 1528) | typedef Transform Rhs; type Transform (line 1529) | typedef Transform ResultType; function ResultType (line 1530) | static ResultType run(const Lhs& lhs, const Rhs& rhs) FILE: external/eigen3/Eigen/src/Geometry/Translation.h function namespace (line 13) | namespace Eigen { function explicit (line 154) | inline explicit Translation(const Translation& other) function EIGEN_DEVICE_FUNC (line 161) | EIGEN_DEVICE_FUNC bool isApprox(const Translation& other, const typename... type Translation (line 168) | typedef Translation Translation2f; type Translation (line 169) | typedef Translation Translation2d; type Translation (line 170) | typedef Translation Translation3f; type Translation (line 171) | typedef Translation Translation3d; FILE: external/eigen3/Eigen/src/Geometry/Umeyama.h function namespace (line 26) | namespace internal { type typename (line 97) | typedef typename internal::umeyama_transform_matrix_type::Scalar Scalar; type typename (line 99) | typedef typename NumTraits::Real RealScalar; function EIGEN_STATIC_ASSERT (line 102) | EIGEN_STATIC_ASSERT((internal::is_same run(const QuaternionBase& _a, ... function Quaternion (line 146) | static inline Quaternion run(const QuaternionBase& q) FILE: external/eigen3/Eigen/src/Householder/BlockHouseholder.h function namespace (line 16) | namespace Eigen { FILE: external/eigen3/Eigen/src/Householder/Householder.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/Householder/HouseholderSequence.h function namespace (line 14) | namespace Eigen { type Block (line 88) | typedef Block EssentialVectorType; type HouseholderSequence (line 89) | typedef HouseholderSequence Househol... function EssentialVectorType (line 90) | static inline const EssentialVectorType essentialVector(const Householde... type HouseholderSequence (line 101) | typedef HouseholderSequence Househo... function EssentialVectorType (line 102) | static inline const EssentialVectorType essentialVector(const Householde... type typename (line 111) | typedef typename ScalarBinaryOpTraits::Scalar Scalar; type HouseholderSequence (line 133) | typedef HouseholderSequence< function EssentialVectorType (line 202) | const EssentialVectorType essentialVector(Index k) const type Block (line 326) | typedef Block::Real RealScalar; type DiagonalPreconditioner (line 132) | typedef DiagonalPreconditioner<_Scalar> Base; function Base (line 139) | LeastSquareDiagonalPreconditioner(const MatType& mat) : Base() function ComputationInfo (line 188) | ComputationInfo info() { return Success; } FILE: external/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h function namespace (line 14) | namespace Eigen { type typename (line 168) | typedef typename MatrixType::Scalar Scalar; type typename (line 169) | typedef typename MatrixType::RealScalar RealScalar; type _Preconditioner (line 170) | typedef _Preconditioner Preconditioner; FILE: external/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h function namespace (line 13) | namespace Eigen { type typename (line 168) | typedef typename MatrixType::Scalar Scalar; type typename (line 169) | typedef typename MatrixType::RealScalar RealScalar; type _Preconditioner (line 170) | typedef _Preconditioner Preconditioner; type typename (line 200) | typedef typename Base::MatrixWrapper MatrixWrapper; type typename (line 201) | typedef typename Base::ActualMatrixType ActualMatrixType; type typename (line 208) | typedef typename internal::conditional::Preconditioner Preconditioner; type typename (line 152) | typedef typename MatrixType::Scalar Scalar; type typename (line 153) | typedef typename MatrixType::StorageIndex StorageIndex; type typename (line 154) | typedef typename MatrixType::RealScalar RealScalar; type typename (line 341) | typedef typename DestDerived::Scalar DestScalar; type internal (line 366) | typedef internal::generic_matrix_wrapper MatrixWrapper; type typename (line 367) | typedef typename MatrixWrapper::ActualMatrixType ActualMatrixType; FILE: external/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h function namespace (line 13) | namespace Eigen { type typename (line 159) | typedef typename MatrixType::Scalar Scalar; type typename (line 160) | typedef typename MatrixType::RealScalar RealScalar; type _Preconditioner (line 161) | typedef _Preconditioner Preconditioner; FILE: external/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h function namespace (line 13) | namespace Eigen { function namespace (line 70) | namespace internal { type SolveWithGuess (line 98) | typedef SolveWithGuess SrcXprType; function run (line 99) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... FILE: external/eigen3/Eigen/src/Jacobi/Jacobi.h function namespace (line 14) | namespace Eigen { function namespace (line 258) | namespace internal { function namespace (line 299) | namespace internal { type typename (line 434) | typedef typename VectorX::Scalar Scalar; FILE: external/eigen3/Eigen/src/LU/Determinant.h function namespace (line 15) | namespace internal { FILE: external/eigen3/Eigen/src/LU/FullPivLU.h function namespace (line 13) | namespace Eigen { function MatrixType (line 407) | MatrixType reconstructedMatrix() const; type internal (line 518) | typedef internal::scalar_score_coeff_op Scoring; type typename (line 519) | typedef typename Scoring::result_type Score; function namespace (line 617) | namespace internal { function namespace (line 858) | namespace internal { FILE: external/eigen3/Eigen/src/LU/InverseImpl.h function namespace (line 14) | namespace Eigen { function compute_inverse_size2_helper (line 76) | inline void compute_inverse_size2_helper( function run (line 90) | static inline void run(const MatrixType& matrix, ResultType& result) function run (line 102) | static inline void run( function typename (line 126) | inline typename MatrixType::Scalar cofactor_3x3(const MatrixType& m) function compute_inverse_size3_helper (line 140) | inline void compute_inverse_size3_helper( function run (line 159) | static inline void run(const MatrixType& matrix, ResultType& result) function run (line 176) | static inline void run( function typename (line 204) | inline const typename Derived::Scalar general_det3_helper function typename (line 213) | inline typename MatrixType::Scalar cofactor_4x4(const MatrixType& matrix) function EIGEN_DEVICE_FUNC (line 231) | EIGEN_DEVICE_FUNC function run (line 265) | static inline void run( function namespace (line 286) | namespace internal { type typename (line 373) | typedef typename internal::conditional< FILE: external/eigen3/Eigen/src/LU/PartialPivLU.h function namespace (line 14) | namespace Eigen { function namespace (line 339) | namespace internal { function namespace (line 564) | namespace internal { FILE: external/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h function namespace (line 36) | namespace Eigen { FILE: external/eigen3/Eigen/src/LU/arch/Inverse_SSE.h function namespace (line 30) | namespace Eigen { FILE: external/eigen3/Eigen/src/MetisSupport/MetisSupport.h function namespace (line 12) | namespace Eigen { FILE: external/eigen3/Eigen/src/OrderingMethods/Amd.h function namespace (line 34) | namespace Eigen { FILE: external/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h function namespace (line 50) | namespace internal { FILE: external/eigen3/Eigen/src/OrderingMethods/Ordering.h function namespace (line 14) | namespace Eigen { type Matrix (line 122) | typedef Matrix IndexVector; FILE: external/eigen3/Eigen/src/PaStiXSupport/PaStiXSupport.h function namespace (line 13) | namespace Eigen { function eigen_pastix (line 67) | inline void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, i... function eigen_pastix (line 74) | inline void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, i... function eigen_pastix (line 81) | inline void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, i... function eigen_pastix (line 88) | inline void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, i... type typename (line 137) | typedef typename internal::pastix_traits::MatrixType _MatrixType; type _MatrixType (line 138) | typedef _MatrixType MatrixType; type typename (line 139) | typedef typename MatrixType::Scalar Scalar; type typename (line 140) | typedef typename MatrixType::RealScalar RealScalar; type typename (line 141) | typedef typename MatrixType::StorageIndex StorageIndex; type Matrix (line 142) | typedef Matrix Vector; type SparseMatrix (line 143) | typedef SparseMatrix ColSpMatrix; function iparm (line 178) | int& iparm(int idxparam) function dparm (line 196) | double& dparm(int idxparam) function clean (line 230) | void clean() type PastixBase (line 416) | typedef PastixBase > Base; type typename (line 417) | typedef typename Base::ColSpMatrix ColSpMatrix; type typename (line 418) | typedef typename MatrixType::StorageIndex StorageIndex; function explicit (line 426) | explicit PastixLU(const MatrixType& matrix):Base() function compute (line 436) | void compute (const MatrixType& matrix) function analyzePattern (line 448) | void analyzePattern(const MatrixType& matrix) function factorize (line 461) | void factorize(const MatrixType& matrix) function grabMatrix (line 476) | void grabMatrix(const MatrixType& matrix, ColSpMatrix& out) type PastixBase (line 528) | typedef PastixBase > Base; type typename (line 529) | typedef typename Base::ColSpMatrix ColSpMatrix; function explicit (line 538) | explicit PastixLLT(const MatrixType& matrix):Base() function compute (line 547) | void compute (const MatrixType& matrix) function analyzePattern (line 558) | void analyzePattern(const MatrixType& matrix) function factorize (line 567) | void factorize(const MatrixType& matrix) function init (line 576) | void init() function grabMatrix (line 582) | void grabMatrix(const MatrixType& matrix, ColSpMatrix& out) type PastixBase (line 612) | typedef PastixBase > Base; type typename (line 613) | typedef typename Base::ColSpMatrix ColSpMatrix; function explicit (line 622) | explicit PastixLDLT(const MatrixType& matrix):Base() function compute (line 631) | void compute (const MatrixType& matrix) function analyzePattern (line 642) | void analyzePattern(const MatrixType& matrix) function factorize (line 651) | void factorize(const MatrixType& matrix) function init (line 661) | void init() function grabMatrix (line 667) | void grabMatrix(const MatrixType& matrix, ColSpMatrix& out) FILE: external/eigen3/Eigen/src/PardisoSupport/PardisoSupport.h function namespace (line 35) | namespace Eigen { type internal (line 106) | typedef internal::pardiso_traits Traits; type typename (line 110) | typedef typename Traits::MatrixType MatrixType; type typename (line 111) | typedef typename Traits::Scalar Scalar; type typename (line 112) | typedef typename Traits::RealScalar RealScalar; type typename (line 113) | typedef typename Traits::StorageIndex StorageIndex; type SparseMatrix (line 114) | typedef SparseMatrix SparseMatrixType; type Matrix (line 115) | typedef Matrix VectorType; type Matrix (line 116) | typedef Matrix IntRowVec... type Matrix (line 117) | typedef Matrix IntColVec... function pardisoInit (line 192) | void pardisoInit(int type) type typename (line 388) | typedef typename Base::Scalar Scalar; type typename (line 389) | typedef typename Base::RealScalar RealScalar; function explicit (line 405) | explicit PardisoLU(const MatrixType& matrix) type typename (line 443) | typedef typename Base::Scalar Scalar; type typename (line 444) | typedef typename Base::RealScalar RealScalar; function explicit (line 461) | explicit PardisoLLT(const MatrixType& matrix) type typename (line 506) | typedef typename Base::Scalar Scalar; type typename (line 507) | typedef typename Base::RealScalar RealScalar; function explicit (line 524) | explicit PardisoLDLT(const MatrixType& matrix) function getMatrix (line 531) | void getMatrix(const MatrixType& matrix) FILE: external/eigen3/Eigen/src/QR/ColPivHouseholderQR.h function namespace (line 14) | namespace Eigen { function HouseholderSequenceType (line 181) | HouseholderSequenceType householderQ() const; function isInjective (line 285) | inline bool isInjective() const function isInvertible (line 310) | inline bool isInvertible() const function Index (line 394) | inline Index nonzeroPivots() const function check_template_parameters (line 427) | static void check_template_parameters() function namespace (line 614) | namespace internal { FILE: external/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h function namespace (line 37) | namespace Eigen { FILE: external/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h function namespace (line 13) | namespace Eigen { function namespace (line 528) | namespace internal { FILE: external/eigen3/Eigen/src/QR/FullPivHouseholderQR.h function namespace (line 14) | namespace Eigen { function MatrixType (line 188) | const MatrixType& matrixQR() const function isInjective (line 276) | inline bool isInjective() const function isInvertible (line 301) | inline bool isInvertible() const function Index (line 385) | inline Index nonzeroPivots() const type internal (line 485) | typedef internal::scalar_score_coeff_op Scoring; type typename (line 486) | typedef typename Scoring::result_type Score; function namespace (line 576) | namespace internal { FILE: external/eigen3/Eigen/src/QR/HouseholderQR.h function namespace (line 15) | namespace Eigen { function namespace (line 252) | namespace internal { FILE: external/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h function namespace (line 37) | namespace Eigen { FILE: external/eigen3/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h function namespace (line 14) | namespace Eigen { type typename (line 67) | typedef typename _MatrixType::RealScalar RealScalar; type SuiteSparse_long (line 68) | typedef SuiteSparse_long StorageIndex ; type SparseMatrix (line 69) | typedef SparseMatrix MatrixType; type Map (line 70) | typedef Map > Permutat... function SPQR_free (line 94) | void SPQR_free() function compute (line 103) | void compute(const _MatrixType& matrix) function setSPQROrdering (line 209) | void setSPQROrdering(int ord) { m_ordering = ord;} function setPivotThreshold (line 211) | void setPivotThreshold(const RealScalar& tol) function cholmod_common (line 218) | cholmod_common *cholmodCommon() const { return &m_cc; } type SPQR_QProduct (line 249) | struct SPQR_QProduct type typename (line 255) | typedef typename SPQRType::Scalar Scalar; type typename (line 256) | typedef typename SPQRType::StorageIndex StorageIndex; function m_spqr (line 283) | SPQRMatrixQReturnType(const SPQRType& spqr) : m_spqr(spqr) {} function m_spqr (line 303) | SPQRMatrixQTransposeReturnType(const SPQRType& spqr) : m_spqr(spqr) {} FILE: external/eigen3/Eigen/src/SVD/BDCSVD.h function namespace (line 25) | namespace Eigen { function setSwitchSize (line 167) | void setSwitchSize(int s) FILE: external/eigen3/Eigen/src/SVD/JacobiSVD.h function namespace (line 14) | namespace Eigen { type typename (line 108) | typedef typename MatrixType::Scalar Scalar; type Matrix (line 119) | typedef Matrix& svd,... function allocate (line 159) | void allocate(const JacobiSVD& svd, ... type typename (line 198) | typedef typename MatrixType::Scalar Scalar; type Matrix (line 210) | typedef Matrix& svd, ... function allocate (line 258) | void allocate(const JacobiSVD& ... function run (line 269) | bool run(JacobiSVD& svd, const ... type typename (line 296) | typedef typename MatrixType::Scalar Scalar; type Matrix (line 306) | typedef Matrix& ... function run (line 321) | bool run(JacobiSVD& svd, const ... type typename (line 357) | typedef typename MatrixType::RealScalar RealScalar; function run (line 358) | static bool run(typename SVD::WorkMatrixType&, SVD&, Index, Index, RealS... type typename (line 365) | typedef typename MatrixType::Scalar Scalar; type typename (line 366) | typedef typename MatrixType::RealScalar RealScalar; function run (line 367) | static bool run(typename SVD::WorkMatrixType& work_matrix, SVD& svd, Ind... type typename (line 494) | typedef typename MatrixType::Scalar Scalar; type typename (line 495) | typedef typename NumTraits::Real RealScalar; type typename (line 506) | typedef typename Base::MatrixUType MatrixUType; type typename (line 507) | typedef typename Base::MatrixVType MatrixVType; type typename (line 508) | typedef typename Base::SingularValuesType SingularValuesType; type typename (line 510) | typedef typename internal::plain_row_type::type RowType; type typename (line 511) | typedef typename internal::plain_col_type::type ColType; type Matrix (line 512) | typedef Matrix CholMatr... type TriangularView (line 294) | typedef TriangularView MatrixL; type TriangularView (line 295) | typedef TriangularView Base; type typename (line 336) | typedef typename MatrixType::Scalar Scalar; type typename (line 337) | typedef typename MatrixType::RealScalar RealScalar; type typename (line 338) | typedef typename MatrixType::StorageIndex StorageIndex; type SparseMatrix (line 339) | typedef SparseMatrix CholMatrixType; type Matrix (line 340) | typedef Matrix VectorType; type internal (line 341) | typedef internal::traits Traits; type typename (line 342) | typedef typename Traits::MatrixL MatrixL; type typename (line 343) | typedef typename Traits::MatrixU MatrixU; function explicit (line 348) | explicit SimplicialLLT(const MatrixType& matrix) function analyzePattern (line 376) | void analyzePattern(const MatrixType& a) function factorize (line 387) | void factorize(const MatrixType& a) type _MatrixType (line 424) | typedef _MatrixType MatrixType; type SimplicialCholeskyBase (line 426) | typedef SimplicialCholeskyBase Base; type typename (line 427) | typedef typename MatrixType::Scalar Scalar; type typename (line 428) | typedef typename MatrixType::RealScalar RealScalar; type typename (line 429) | typedef typename MatrixType::StorageIndex StorageIndex; type SparseMatrix (line 430) | typedef SparseMatrix CholMatrixType; type Matrix (line 431) | typedef Matrix VectorType; type internal (line 432) | typedef internal::traits Traits; type typename (line 433) | typedef typename Traits::MatrixL MatrixL; type typename (line 434) | typedef typename Traits::MatrixU MatrixU; function explicit (line 440) | explicit SimplicialLDLT(const MatrixType& matrix) function MatrixU (line 455) | inline const MatrixU matrixU() const { function analyzePattern (line 473) | void analyzePattern(const MatrixType& a) function factorize (line 484) | void factorize(const MatrixType& a) function Scalar (line 490) | Scalar determinant() const function VectorType (line 543) | inline const VectorType vectorD() const { function analyzePattern (line 568) | void analyzePattern(const MatrixType& a) function factorize (line 579) | void factorize(const MatrixType& a) FILE: external/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h function namespace (line 48) | namespace Eigen { FILE: external/eigen3/Eigen/src/SparseCore/AmbiVector.h function namespace (line 13) | namespace Eigen { type typename (line 288) | typedef typename NumTraits::Real RealScalar; function m_vector (line 297) | m_vector(vec) FILE: external/eigen3/Eigen/src/SparseCore/CompressedStorage.h function namespace (line 13) | namespace Eigen { function append (line 101) | void append(const Scalar& v, Index i) function clear (line 111) | inline void clear() { m_size = 0; } function Scalar (line 113) | const Scalar* valuePtr() const { return m_values; } function Scalar (line 114) | Scalar* valuePtr() { return m_values; } function StorageIndex (line 115) | const StorageIndex* indexPtr() const { return m_indices; } function StorageIndex (line 116) | StorageIndex* indexPtr() { return m_indices; } function Scalar (line 118) | inline Scalar& value(Index i) { eigen_internal_assert(m_values!=0); retu... function Scalar (line 119) | inline const Scalar& value(Index i) const { eigen_internal_assert(m_valu... function StorageIndex (line 121) | inline StorageIndex& index(Index i) { eigen_internal_assert(m_indices!=0... function StorageIndex (line 122) | inline const StorageIndex& index(Index i) const { eigen_internal_assert(... function Index (line 125) | inline Index searchLowerIndex(Index key) const function Index (line 131) | inline Index searchLowerIndex(Index start, Index end, Index key) const FILE: external/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h function namespace (line 13) | namespace Eigen { function namespace (line 125) | namespace internal { type SparseMatrix (line 172) | typedef SparseMatrix SrcXprType; function run (line 162) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... type Diagonal2Sparse (line 173) | struct Diagonal2Sparse {} type AssignmentKind (line 175) | struct AssignmentKind type Diagonal2Sparse (line 175) | typedef Diagonal2Sparse Kind; type typename (line 181) | typedef typename DstXprType::Scalar Scalar; type Array (line 182) | typedef Array ArrayXI; type Array (line 183) | typedef Array ArrayXS; FILE: external/eigen3/Eigen/src/SparseCore/SparseBlock.h function namespace (line 13) | namespace Eigen { function Scalar (line 54) | inline const Scalar coeff(Index row, Index col) const function Scalar (line 59) | inline const Scalar coeff(Index index) const function XprType (line 65) | inline XprType& nestedExpression() { return m_matrix; } function namespace (line 93) | namespace internal { type SparseMatrix (line 292) | typedef SparseMatrix<_Scalar, _Options, _StorageIndex> SparseMatrixType; type internal (line 293) | typedef internal::sparse_matrix_block_impl SparseMatri... type internal (line 312) | typedef internal::sparse_matrix_block_impl Base; function Scalar (line 404) | inline Scalar& coeffRef(Index row, Index col) function Scalar (line 409) | inline const Scalar coeff(Index row, Index col) const function Scalar (line 414) | inline Scalar& coeffRef(Index index) function Scalar (line 420) | inline const Scalar coeff(Index index) const function XprType (line 427) | inline XprType& nestedExpression() { return m_matrix; } function namespace (line 457) | namespace internal { type evaluator (line 585) | typedef evaluator > Base; function explicit (line 586) | explicit unary_evaluator(const XprType &xpr) : Base(xpr) {} type evaluator (line 594) | typedef evaluator > Base; function explicit (line 595) | explicit unary_evaluator(const XprType &xpr) : Base(xpr) {} FILE: external/eigen3/Eigen/src/SparseCore/SparseColEtree.h function namespace (line 34) | namespace Eigen { FILE: external/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h function namespace (line 13) | namespace Eigen { function Scalar (line 190) | inline Scalar& valueRef() { return const_cast(m_values[m_id]); } type internal (line 202) | typedef internal::variable_if_dynamic(m_values[m_id-1]); } type internal (line 262) | typedef internal::variable_if_dynamic XprType; type typename (line 160) | typedef typename traits::Scalar Scalar; type typename (line 161) | typedef typename XprType::StorageIndex StorageIndex; type CwiseBinaryOp (line 247) | typedef CwiseBinaryOp XprType; type typename (line 248) | typedef typename traits::Scalar Scalar; type typename (line 249) | typedef typename XprType::StorageIndex StorageIndex; type sparse_conjunction_evaluator (line 340) | typedef sparse_conjunction_evaluator Base; function explicit (line 341) | explicit binary_evaluator(const XprType& xpr) : Base(xpr) {} type sparse_conjunction_evaluator (line 349) | typedef sparse_conjunction_evaluator Base; function explicit (line 350) | explicit binary_evaluator(const XprType& xpr) : Base(xpr) {} type sparse_conjunction_evaluator (line 358) | typedef sparse_conjunction_evaluator Base; function explicit (line 359) | explicit binary_evaluator(const XprType& xpr) : Base(xpr) {} type sparse_conjunction_evaluator (line 368) | typedef sparse_conjunction_evaluator Base; function explicit (line 369) | explicit binary_evaluator(const XprType& xpr) : Base(xpr) {} type sparse_conjunction_evaluator (line 378) | typedef sparse_conjunction_evaluator Base; function explicit (line 379) | explicit binary_evaluator(const XprType& xpr) : Base(xpr) {} type sparse_conjunction_evaluator (line 387) | typedef sparse_conjunction_evaluator Base; function explicit (line 388) | explicit binary_evaluator(const XprType& xpr) : Base(xpr) {} type sparse_conjunction_evaluator (line 396) | typedef sparse_conjunction_evaluator Base; function explicit (line 397) | explicit binary_evaluator(const XprType& xpr) : Base(xpr) {} type typename (line 407) | typedef typename XprType::Lhs LhsArg; type typename (line 408) | typedef typename XprType::Rhs RhsArg; type typename (line 409) | typedef typename evaluator::InnerIterator LhsIterator; type typename (line 410) | typedef typename evaluator::InnerIterator RhsIterator; type typename (line 411) | typedef typename XprType::StorageIndex StorageIndex; type typename (line 412) | typedef typename traits::Scalar Scalar; type typename (line 492) | typedef typename XprType::Lhs LhsArg; type typename (line 493) | typedef typename XprType::Rhs RhsArg; type evaluator (line 494) | typedef evaluator LhsEvaluator; type typename (line 495) | typedef typename evaluator::InnerIterator RhsIterator; type typename (line 496) | typedef typename XprType::StorageIndex StorageIndex; type typename (line 497) | typedef typename traits::Scalar Scalar; type typename (line 566) | typedef typename XprType::Lhs LhsArg; type typename (line 567) | typedef typename XprType::Rhs RhsArg; type typename (line 568) | typedef typename evaluator::InnerIterator LhsIterator; type evaluator (line 569) | typedef evaluator RhsEvaluator; type typename (line 570) | typedef typename XprType::StorageIndex StorageIndex; type typename (line 571) | typedef typename traits::Scalar Scalar; FILE: external/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h function namespace (line 13) | namespace Eigen { type typename (line 126) | typedef typename internal::evaluator::InnerIterator EvalIterator; type typename (line 138) | typedef typename internal::evaluator::InnerIterator EvalIterator; FILE: external/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h function namespace (line 13) | namespace Eigen { function namespace (line 154) | namespace internal { type typename (line 187) | typedef typename nested_eval::type ActualRhs; type Product (line 209) | typedef Product ProdXprType; type typename (line 213) | typedef typename conditional::St... type typename (line 215) | typedef typename conditional::St... type evaluator (line 218) | typedef evaluator LhsEval; type evaluator (line 219) | typedef evaluator RhsEval; type typename (line 220) | typedef typename evaluator::InnerIterator LhsIterator; type typename (line 221) | typedef typename ProdXprType::Scalar Scalar; function class (line 229) | class InnerIterator : public LhsIterator type sparse_dense_outer_product_evaluator (line 290) | typedef sparse_dense_outer_product_evaluator B... type Product (line 292) | typedef Product XprType; type typename (line 293) | typedef typename XprType::PlainObject PlainObject; function explicit (line 295) | explicit product_evaluator(const XprType& xpr) type sparse_dense_outer_product_evaluator (line 305) | typedef sparse_dense_outer_product_evaluator B... type Product (line 307) | typedef Product XprType; type typename (line 308) | typedef typename XprType::PlainObject PlainObject; function explicit (line 310) | explicit product_evaluator(const XprType& xpr) FILE: external/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h function namespace (line 13) | namespace Eigen { type typename (line 96) | typedef typename SparseXprType::StorageIndex StorageIndex; type typename (line 98) | typedef typename nested_eval, Options, ... function explicit (line 298) | explicit evaluator(const XprType &mat) : Base(mat) {} FILE: external/eigen3/Eigen/src/SparseCore/SparseMatrix.h function namespace (line 13) | namespace Eigen { type MappedSparseMatrix (line 109) | typedef MappedSparseMatrix Map; type Diagonal (line 110) | typedef Diagonal DiagonalReturnType; type Diagonal (line 111) | typedef Diagonal ConstDiagonalReturnType; type typename (line 112) | typedef typename Base::InnerIterator InnerIterator; type typename (line 113) | typedef typename Base::ReverseInnerIterator ReverseInnerIterator; type internal (line 117) | typedef internal::CompressedStorage Storage; type typename (line 122) | typedef typename Base::IndexVector IndexVector; type typename (line 123) | typedef typename Base::ScalarVector ScalarVector; function Scalar (line 148) | inline const Scalar* valuePtr() const { return m_data.valuePtr(); } function Scalar (line 152) | inline Scalar* valuePtr() { return m_data.valuePtr(); } function StorageIndex (line 157) | inline const StorageIndex* innerIndexPtr() const { return m_data.indexPt... function StorageIndex (line 161) | inline StorageIndex* innerIndexPtr() { return m_data.indexPtr(); } function StorageIndex (line 166) | inline const StorageIndex* outerIndexPtr() const { return m_outerIndex; } function StorageIndex (line 170) | inline StorageIndex* outerIndexPtr() { return m_outerIndex; } function StorageIndex (line 175) | inline const StorageIndex* innerNonZeroPtr() const { return m_innerNonZe... function StorageIndex (line 179) | inline StorageIndex* innerNonZeroPtr() { return m_innerNonZeros; } function Storage (line 182) | inline Storage& data() { return m_data; } function Scalar (line 188) | inline Scalar coeff(Index row, Index col) const function Scalar (line 206) | inline Scalar& coeffRef(Index row, Index col) function reserve (line 262) | inline void reserve(Index reserveSize) function reserveInnerVectors (line 297) | void reserveInnerVectors(const SizesType& reserveSizes) function Scalar (line 390) | inline Scalar& insertBackByOuterInner(Index outer, Index inner) function Scalar (line 402) | inline Scalar& insertBackByOuterInnerUnordered(Index outer, Index inner) function startVec (line 412) | inline void startVec(Index outer) function finalize (line 422) | inline void finalize() function sumupDuplicates (line 448) | void sumupDuplicates() { collapseDuplicates(internal::scalar_sum_op::type _OtherCopy; type internal (line 1078) | typedef internal::evaluator<_OtherCopy> OtherCopyEval; function namespace (line 1387) | namespace internal { FILE: external/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/SparseCore/SparsePermutation.h function namespace (line 15) | namespace Eigen { function namespace (line 86) | namespace internal { type typename (line 100) | typedef typename permutation_matrix_product Base; function explicit (line 107) | explicit product_evaluator(const XprType& xpr) type typename (line 123) | typedef typename permutation_matrix_product Base; function explicit (line 130) | explicit product_evaluator(const XprType& xpr) FILE: external/eigen3/Eigen/src/SparseCore/SparseProduct.h function namespace (line 13) | namespace Eigen { type typename (line 71) | typedef typename nested_eval::type LhsNested; type typename (line 72) | typedef typename nested_eval::type RhsNested; function run (line 105) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... function run (line 121) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... function run (line 132) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... type typename (line 143) | typedef typename XprType::PlainObject PlainObject; type evaluator (line 144) | typedef evaluator Base; function explicit (line 146) | explicit unary_evaluator(const XprType& xpr) FILE: external/eigen3/Eigen/src/SparseCore/SparseRedux.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/SparseCore/SparseRef.h function namespace (line 13) | namespace Eigen { type typename (line 66) | typedef typename internal::conditional Traits; type internal (line 181) | typedef internal::traits Traits; function Ref (line 185) | EIGEN_SPARSE_PUBLIC_INTERFACE(Ref) function m_hasCopy (line 198) | m_hasCopy(false) { type internal (line 263) | typedef internal::traits Traits; type internal (line 299) | typedef internal::traits Traits; function Ref (line 303) | EIGEN_SPARSE_PUBLIC_INTERFACE(Ref) function m_hasCopy (line 316) | m_hasCopy(false) { function namespace (line 349) | namespace internal { type Ref (line 368) | typedef Ref, Options, ... function explicit (line 370) | explicit evaluator(const XprType &mat) : Base(mat) {} type Ref (line 378) | typedef Ref, Options, Stride... function explicit (line 380) | explicit evaluator(const XprType &mat) : Base(mat) {} type Ref (line 388) | typedef Ref, Options, ... function explicit (line 390) | explicit evaluator(const XprType &mat) : Base(mat) {} FILE: external/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h function namespace (line 13) | namespace Eigen { function namespace (line 205) | namespace internal { type SparseSelfAdjoint2Sparse (line 217) | struct SparseSelfAdjoint2Sparse {} type AssignmentKind (line 219) | struct AssignmentKind type SparseSelfAdjoint2Sparse (line 219) | typedef SparseSelfAdjoint2Sparse Kind; type AssignmentKind (line 220) | struct AssignmentKind type Sparse2Sparse (line 220) | typedef Sparse2Sparse Kind; type internal (line 226) | typedef internal::assign_op::type SparseL... type evaluator (line 286) | typedef evaluator LhsEval; type typename (line 287) | typedef typename LhsEval::InnerIterator LhsIterator; type typename (line 288) | typedef typename SparseLhsType::Scalar LhsScalar; type typename (line 347) | typedef typename LhsView::_MatrixTypeNested Lhs; type typename (line 348) | typedef typename nested_eval::type LhsNested; type typename (line 349) | typedef typename nested_eval::type RhsNested; type typename (line 364) | typedef typename RhsView::_MatrixTypeNested Rhs; type typename (line 365) | typedef typename nested_eval::type LhsNested; type typename (line 366) | typedef typename nested_eval::type RhsNested; type Product (line 383) | typedef Product XprType; type typename (line 384) | typedef typename XprType::PlainObject PlainObject; type evaluator (line 385) | typedef evaluator Base; type Product (line 403) | typedef Product XprType; type typename (line 404) | typedef typename XprType::PlainObject PlainObject; type evaluator (line 405) | typedef evaluator Base; type typename (line 429) | typedef typename MatrixType::StorageIndex StorageIndex; type typename (line 430) | typedef typename MatrixType::Scalar Scalar; type SparseMatrix (line 431) | typedef SparseMatrix Dest; type Matrix (line 432) | typedef Matrix VectorI; type evaluator (line 433) | typedef evaluator MatEval; type typename (line 434) | typedef typename evaluator::InnerIterator MatIterator; type typename (line 519) | typedef typename MatrixType::StorageIndex StorageIndex; type typename (line 520) | typedef typename MatrixType::Scalar Scalar; type Matrix (line 522) | typedef Matrix VectorI; type evaluator (line 523) | typedef evaluator MatEval; type typename (line 524) | typedef typename evaluator::InnerIterator MatIterator; type typename (line 601) | typedef typename MatrixType::StorageIndex StorageIndex; type typename (line 610) | typedef typename MatrixType::Nested MatrixTypeNested; type typename (line 611) | typedef typename internal::remove_all::type NestedExpr... type SparseSymmetricPermutationProduct (line 634) | typedef SparseSymmetricPermutationProduct SrcXprType; type typename (line 635) | typedef typename DstXprType::StorageIndex DstIndex; FILE: external/eigen3/Eigen/src/SparseCore/SparseSolverBase.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h function namespace (line 13) | namespace Eigen { function run (line 117) | static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res, const R... function run (line 130) | static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res, const R... function run (line 150) | static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res, const R... function run (line 162) | static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res, const R... function run (line 174) | static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res, const R... function run (line 186) | static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res, const R... FILE: external/eigen3/Eigen/src/SparseCore/SparseTranspose.h function namespace (line 13) | namespace Eigen { function namespace (line 52) | namespace internal { FILE: external/eigen3/Eigen/src/SparseCore/SparseTriangularView.h function namespace (line 14) | namespace Eigen { function namespace (line 66) | namespace internal { FILE: external/eigen3/Eigen/src/SparseCore/SparseUtil.h function namespace (line 13) | namespace Eigen { type typename (line 98) | typedef typename traits::Scalar _Scalar; type typename (line 99) | typedef typename traits::StorageIndex _StorageIndex; type typename (line 113) | typedef typename traits::Scalar _Scalar; type typename (line 114) | typedef typename traits::StorageIndex _StorageIndex; type SparseTriangularShape (line 137) | struct SparseTriangularShape { static std::string debugName() { return ... FILE: external/eigen3/Eigen/src/SparseCore/SparseVector.h function namespace (line 13) | namespace Eigen { function EIGEN_STRONG_INLINE (line 86) | EIGEN_STRONG_INLINE const Scalar* valuePtr() const { return m_data.value... function EIGEN_STRONG_INLINE (line 87) | EIGEN_STRONG_INLINE Scalar* valuePtr() { return m_data.valuePtr(); } function EIGEN_STRONG_INLINE (line 89) | EIGEN_STRONG_INLINE const StorageIndex* innerIndexPtr() const { return m... function EIGEN_STRONG_INLINE (line 90) | EIGEN_STRONG_INLINE StorageIndex* innerIndexPtr() { return m_data.indexP... function StorageIndex (line 92) | inline const StorageIndex* outerIndexPtr() const { return 0; } function StorageIndex (line 93) | inline StorageIndex* outerIndexPtr() { return 0; } function StorageIndex (line 94) | inline const StorageIndex* innerNonZeroPtr() const { return 0; } function StorageIndex (line 95) | inline StorageIndex* innerNonZeroPtr() { return 0; } function Storage (line 98) | inline Storage& data() { return m_data; } function Scalar (line 102) | inline Scalar coeff(Index row, Index col) const function Scalar (line 107) | inline Scalar coeff(Index i) const function Scalar (line 113) | inline Scalar& coeffRef(Index row, Index col) function Scalar (line 125) | inline Scalar& coeffRef(Index i) type typename (line 135) | typedef typename Base::ReverseInnerIterator ReverseInnerIterator; function setZero (line 137) | inline void setZero() { m_data.clear(); } function startVec (line 142) | inline void startVec(Index outer) function Scalar (line 148) | inline Scalar& insertBackByOuterInner(Index outer, Index inner) function Scalar (line 154) | inline Scalar& insertBack(Index i) function Scalar (line 166) | inline Scalar& insertBackUnordered(Index i) function Scalar (line 172) | inline Scalar& insert(Index row, Index col) function reserve (line 204) | inline void reserve(Index reserveSize) { m_data.reserve(reserveSize); } function finalize (line 207) | inline void finalize() {} function resize (line 223) | void resize(Index rows, Index cols) function resize (line 233) | void resize(Index newSize) function conservativeResize (line 246) | void conservativeResize(Index newSize) function resizeNonZeros (line 257) | void resizeNonZeros(Index size) { m_data.resize(size); } function EIGEN_DEPRECATED (line 356) | EIGEN_DEPRECATED Scalar& fill(Index r, Index c) function EIGEN_DEPRECATED (line 363) | EIGEN_DEPRECATED Scalar& fill(Index i) function EIGEN_DEPRECATED (line 370) | EIGEN_DEPRECATED Scalar& fillrand(Index r, Index c) function EIGEN_DEPRECATED (line 377) | EIGEN_DEPRECATED Scalar& fillrand(Index i) function EIGEN_DEPRECATED (line 383) | EIGEN_DEPRECATED void endFill() {} function EIGEN_DEPRECATED (line 387) | EIGEN_DEPRECATED Storage& _data() { return m_data; } function namespace (line 407) | namespace internal { type internal (line 455) | typedef internal::evaluator SrcEvaluatorType; FILE: external/eigen3/Eigen/src/SparseCore/SparseView.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/SparseCore/TriangularSolver.h function namespace (line 13) | namespace Eigen { type evaluator (line 107) | typedef evaluator LhsEval; type typename (line 108) | typedef typename evaluator::InnerIterator LhsIterator; function run (line 109) | static void run(const Lhs& lhs, Rhs& other) type evaluator (line 142) | typedef evaluator LhsEval; type typename (line 143) | typedef typename evaluator::InnerIterator LhsIterator; function run (line 144) | static void run(const Lhs& lhs, Rhs& other) type typename (line 185) | typedef typename internal::conditional QRMatrixType; type Matrix (line 85) | typedef Matrix IndexVector; type Matrix (line 86) | typedef Matrix ScalarVector; type PermutationMatrix (line 87) | typedef PermutationMatrix PermutationType; function compute (line 115) | void compute(const MatrixType& mat) function setPivotThreshold (line 223) | void setPivotThreshold(const RealScalar& threshold) function _sort_matrix_Q (line 264) | inline void _sort_matrix_Q() type SparseQR_QProduct (line 294) | struct SparseQR_QProduct type typename (line 603) | typedef typename SparseQRType::QRMatrixType MatrixType; type typename (line 604) | typedef typename SparseQRType::Scalar Scalar; type typename (line 663) | typedef typename SparseQRType::Scalar Scalar; type Matrix (line 664) | typedef Matrix DenseMatrix; function explicit (line 669) | explicit SparseQRMatrixQReturnType(const SparseQRType& qr) : m_qr(qr) {} function explicit (line 694) | explicit SparseQRMatrixQTransposeReturnType(const SparseQRType& qr) : m_... function namespace (line 703) | namespace internal { type typename (line 733) | typedef typename DstXprType::Scalar Scalar; type typename (line 734) | typedef typename DstXprType::StorageIndex StorageIndex; function run (line 735) | static void run(DstXprType &dst, const SrcXprType &src, const internal::... FILE: external/eigen3/Eigen/src/StlSupport/StdDeque.h function namespace (line 50) | namespace std { FILE: external/eigen3/Eigen/src/StlSupport/StdList.h function namespace (line 49) | namespace std FILE: external/eigen3/Eigen/src/StlSupport/StdVector.h function namespace (line 50) | namespace std { FILE: external/eigen3/Eigen/src/StlSupport/details.h function namespace (line 18) | namespace Eigen { FILE: external/eigen3/Eigen/src/SuperLUSupport/SuperLUSupport.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/UmfPackSupport/UmfPackSupport.h function namespace (line 13) | namespace Eigen { function UmfpackControl (line 296) | inline UmfpackControl& umfpackControl() function umfpackReportControl (line 323) | void umfpackReportControl() function umfpackReportInfo (line 332) | void umfpackReportInfo() function umfpackReportStatus (line 342) | void umfpackReportStatus() { function Scalar (line 351) | Scalar determinant() const; function factorize_impl (line 382) | void factorize_impl() function grab (line 400) | void grab(const UmfpackMatrixRef &A) FILE: external/eigen3/Eigen/src/misc/Image.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/misc/Kernel.h function namespace (line 13) | namespace Eigen { FILE: external/eigen3/Eigen/src/misc/RealSvd2x2.h function namespace (line 14) | namespace Eigen { FILE: external/eigen3/Eigen/src/misc/blas.h type BLASLONG (line 12) | typedef long long BLASLONG; type BLASULONG (line 13) | typedef unsigned long long BLASULONG; type BLASLONG (line 15) | typedef long BLASLONG; type BLASULONG (line 16) | typedef unsigned long BLASULONG; FILE: external/eigen3/Eigen/src/misc/lapacke.h type lapack_logical (line 131) | typedef lapack_logical (*LAPACK_S_SELECT2) ( const float*, const float* ); type lapack_logical (line 132) | typedef lapack_logical (*LAPACK_S_SELECT3) type lapack_logical (line 134) | typedef lapack_logical (*LAPACK_D_SELECT2) ( const double*, const double... type lapack_logical (line 135) | typedef lapack_logical (*LAPACK_D_SELECT3) type lapack_logical (line 138) | typedef lapack_logical (*LAPACK_C_SELECT1) ( const lapack_complex_float* ); type lapack_logical (line 139) | typedef lapack_logical (*LAPACK_C_SELECT2) type lapack_logical (line 141) | typedef lapack_logical (*LAPACK_Z_SELECT1) ( const lapack_complex_double... type lapack_logical (line 142) | typedef lapack_logical (*LAPACK_Z_SELECT2) FILE: external/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h function Derived (line 304) | const Derived> FILE: external/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h type CwiseUnaryOp (line 3) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 4) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 5) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 6) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 7) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 8) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 9) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 10) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 12) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 13) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 14) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 15) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 16) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 17) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 18) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 19) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 20) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 21) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 22) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 23) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 24) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 25) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 26) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 27) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 28) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 29) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 30) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 31) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 32) | typedef CwiseUnaryOp, const function AbsReturnType (line 42) | const AbsReturnType FILE: external/eigen3/Eigen/src/plugins/BlockMethods.h type Block (line 14) | typedef Block::RowsAtCompileTime, 1, ... type Block (line 15) | typedef const Block::RowsAtComp... type Block (line 17) | typedef Block::ColsAtCompileTime, ... type Block (line 18) | typedef const Block::ColsAtC... type Block (line 20) | typedef Block::RowsAtCompileTime, Dyn... type Block (line 21) | typedef const Block::RowsAtComp... type Block (line 23) | typedef Block::ColsAtCompile... type Block (line 24) | typedef const Block::C... type Block (line 26) | typedef Block::RowsAtCompileTime, N, ... type Block (line 27) | typedef const Block::RowsAtComp... type Block (line 29) | typedef Block::ColsAtCompileTime, ... type Block (line 30) | typedef const Block::ColsAtC... type Block (line 32) | typedef Block BlockXpr; type Block (line 33) | typedef const Block ConstBlockXpr; type Block (line 35) | typedef Block Type; type Block (line 36) | typedef Block Type; type VectorBlock (line 38) | typedef VectorBlock SegmentReturnType; type VectorBlock (line 39) | typedef const VectorBlock ConstSegmentReturnType; type VectorBlock (line 40) | typedef VectorBlock Type; type VectorBlock (line 41) | typedef const VectorBlock Type; function BlockXpr (line 64) | inline BlockXpr block(Index startRow, Index startCol, Index blockRows, I... function EIGEN_DEVICE_FUNC (line 70) | EIGEN_DEVICE_FUNC function BlockXpr (line 92) | inline BlockXpr topRightCorner(Index cRows, Index cCols) function EIGEN_DEVICE_FUNC (line 98) | EIGEN_DEVICE_FUNC function BlockXpr (line 178) | inline BlockXpr topLeftCorner(Index cRows, Index cCols) function EIGEN_DEVICE_FUNC (line 184) | EIGEN_DEVICE_FUNC function BlockXpr (line 263) | inline BlockXpr bottomRightCorner(Index cRows, Index cCols) function EIGEN_DEVICE_FUNC (line 269) | EIGEN_DEVICE_FUNC function BlockXpr (line 348) | inline BlockXpr bottomLeftCorner(Index cRows, Index cCols) function EIGEN_DEVICE_FUNC (line 354) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 431) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 438) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 487) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 494) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 544) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 551) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 601) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 608) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 657) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 664) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 714) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 721) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 837) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 844) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 858) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 865) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 887) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 896) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 918) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 926) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 948) | EIGEN_DEVICE_FUNC function EIGEN_DEVICE_FUNC (line 956) | EIGEN_DEVICE_FUNC FILE: external/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h type typename (line 16) | typedef typename internal::conditional::IsComplex, type typename (line 21) | typedef typename internal::conditional::IsComplex, type typename (line 26) | typedef typename internal::conditional::IsComplex, type CwiseUnaryOp (line 31) | typedef CwiseUnaryOp, const type CwiseUnaryView (line 33) | typedef CwiseUnaryView, Derived> No... type CwiseUnaryOp (line 35) | typedef CwiseUnaryOp, const type typename (line 48) | typedef typename internal::cast_return_type, const type CwiseUnaryOp (line 16) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 17) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 18) | typedef CwiseUnaryOp, const type CwiseUnaryOp (line 19) | typedef CwiseUnaryOp, const FILE: external/qview/Occnet.h function class (line 20) | class OccNet { function SetShapeEmbedding (line 46) | inline void SetShapeEmbedding(const RNScalar* embedding) { return; } function RNScalar (line 48) | inline RNScalar OccNet::Evaluate(const R3Point& position) { return 0.0; } FILE: external/qview/R3Model.cpp type gaps (line 18) | namespace gaps {} function RNScalar (line 163) | RNScalar R3QuadricSet::Value(const R3Point &position) const { function RNScalar (line 175) | RNScalar R3QuadricSet::PartitionOfUnityValue(const R3Point &position) co... function RNScalar (line 183) | RNScalar R3QuadricSet::WeightedValue(const R3Point &position) const { function RNScalar (line 191) | RNScalar R3QuadricSet::Weight(const R3Point &position) const { FILE: external/qview/R3Quadric.cpp type gaps (line 19) | namespace gaps {} function RNScalar (line 145) | RNScalar R3Quadric::WeightedValue(const R3Point& position) const { function RNScalar (line 150) | RNScalar R3Quadric::UnweightedValue(const R3Point& position) const { function RNScalar (line 175) | RNScalar R3Quadric::Weight(const R3Point& position) const { function RNLength (line 197) | const RNLength R3Quadric::Radius(int dim, FILE: external/qview/R3Quadric.h function class (line 20) | class R3Quadric { function R4Matrix (line 77) | inline const R4Matrix& R3Quadric::Matrix(void) const { function R3Ellipsoid (line 82) | inline const R3Ellipsoid& R3Quadric::Support(void) const { function RNScalar (line 87) | inline const RNScalar R3Quadric::ConstantTerm(void) const { function RNBoolean (line 92) | inline const RNBoolean R3Quadric::IsMatrixConstant(void) const { function R3Point (line 97) | inline const R3Point R3Quadric::Center(void) const { function R3CoordSystem (line 102) | inline const R3CoordSystem& R3Quadric::CoordSystem(void) const { function R3Vector (line 107) | inline const R3Vector R3Quadric::Axis(int dim) const { function RNLength (line 112) | inline const RNLength R3Quadric::Radius(int dim) const { function Symmetry (line 117) | inline const int R3Quadric::Symmetry(void) const { function NFeatures (line 122) | inline const int R3Quadric::NFeatures(void) const { function RNScalar (line 127) | inline const RNScalar R3Quadric::Feature(int k) const { function R3Box (line 133) | inline const R3Box R3Quadric::BBox(void) const { FILE: external/qview/R3QuadricSet.cpp type gaps (line 18) | namespace gaps {} function RNScalar (line 180) | RNScalar R3QuadricSet::Value(const R3Point &position) const { function RNScalar (line 192) | RNScalar R3QuadricSet::PartitionOfUnityValue(const R3Point &position) co... function RNScalar (line 200) | RNScalar R3QuadricSet::WeightedValue(const R3Point &position) const { function RNScalar (line 212) | RNScalar R3QuadricSet::Weight(const R3Point &position) const { FILE: external/qview/R3QuadricSet.h function class (line 22) | class R3QuadricSet { function NQuadrics (line 105) | inline int R3QuadricSet::NQuadrics(void) const { function R3Quadric (line 110) | inline const R3Quadric* R3QuadricSet::Quadric(int k) const { function R3Box (line 115) | inline const R3Box& R3QuadricSet::BBox(void) const { function SetOccNet (line 120) | inline void R3QuadricSet::SetOccNet(OccNet* occnet) { this->occnet = occ... FILE: external/qview/qview.cpp type gaps (line 20) | namespace gaps {} function R3QuadricSet (line 86) | static R3QuadricSet *ReadQuadrics(const char *filename) { function R3Mesh (line 125) | static R3Mesh *ReadMesh(const char *filename) { function WriteIsosurface (line 157) | static int WriteIsosurface(R3QuadricSet *quadrics, const char *filename) { function LoadColor (line 183) | static void LoadColor(int k, double alpha = 1) { function DrawText (line 190) | static void DrawText(const R3Point &p, const char *s) { function DrawText (line 196) | static void DrawText(const R2Point &p, const char *s) { function GLUTStop (line 208) | static void GLUTStop(void) { function GLUTRedraw (line 216) | static void GLUTRedraw(void) { function GLUTResize (line 447) | static void GLUTResize(int w, int h) { function GLUTMotion (line 462) | static void GLUTMotion(int x, int y) { function GLUTMouse (line 500) | static void GLUTMouse(int button, int state, int x, int y) { function GLUTSpecial (line 570) | static void GLUTSpecial(int key, int x, int y) { function GLUTKeyboard (line 611) | static void GLUTKeyboard(unsigned char key, int x, int y) { function GLUTInit (line 719) | static void GLUTInit(int *argc, char **argv) { function R3Viewer (line 766) | static R3Viewer *CreateViewer(void) { function GLUTMainLoop (line 806) | void GLUTMainLoop(void) { function ParseArgs (line 819) | static int ParseArgs(int argc, char **argv) { function main (line 931) | int main(int argc, char **argv) { FILE: multi_sdf/evaluate.py function evaluate (line 8) | def evaluate(model, criterion, dataloader, batch_num): FILE: multi_sdf/loss.py class LossSDF (line 11) | class LossSDF(torch.nn.Module): method __init__ (line 12) | def __init__(self): method forward (line 17) | def forward(self, uniform_samples, near_surface_samples, uniform_sdf_p... class GeometryLoss (line 42) | class GeometryLoss(nn.Module): method __init__ (line 43) | def __init__(self): method forward (line 48) | def forward(self, sdf_pred, sdf_gt): FILE: multi_sdf/model.py class MultiSDF (line 14) | class MultiSDF(nn.Module): method __init__ (line 15) | def __init__(self): method forward (line 48) | def forward(self, points, grid, rotated2gaps): FILE: nnutils/blocks.py function conv3x3 (line 8) | def conv3x3(in_planes, out_planes, stride=1, groups=1, dilation=1): function conv1x1 (line 14) | def conv1x1(in_planes, out_planes, stride=1): function double_conv (line 19) | def double_conv(in_planes, out_planes, mid_planes=None, batch_norm=False): class ResNetConv (line 57) | class ResNetConv(nn.Module): method __init__ (line 60) | def __init__(self, n_blocks=4): method forward (line 65) | def forward(self, x): function make_conv (line 84) | def make_conv(n_in, n_out, n_blocks, kernel=3, normalization=nn.BatchNor... function make_conv_2d (line 96) | def make_conv_2d(n_in, n_out, n_blocks, kernel=3, normalization=nn.Batch... function make_downscale (line 108) | def make_downscale(n_in, n_out, kernel=4, normalization=nn.BatchNorm3d, ... function make_downscale_2d (line 117) | def make_downscale_2d(n_in, n_out, kernel=4, normalization=nn.BatchNorm2... function make_upscale (line 126) | def make_upscale(n_in, n_out, normalization=nn.BatchNorm3d, activation=n... function make_upscale_2d (line 135) | def make_upscale_2d(n_in, n_out, kernel=4, normalization=nn.BatchNorm2d,... class ResBlock (line 144) | class ResBlock(nn.Module): method __init__ (line 145) | def __init__(self, n_out, kernel=3, normalization=nn.BatchNorm3d, acti... method forward (line 160) | def forward(self, x0): class ResBlock2d (line 169) | class ResBlock2d(nn.Module): method __init__ (line 170) | def __init__(self, n_out, kernel=3, normalization=nn.BatchNorm2d, acti... method forward (line 185) | def forward(self, x0): function gaussian3d (line 194) | def gaussian3d(l, sigma=1.0): function unnorm_gaussian2d (line 207) | def unnorm_gaussian2d(l, sigma=1.0): function gaussian2d (line 220) | def gaussian2d(l, sigma=1.0): function gradient_norm2d (line 233) | def gradient_norm2d(x): FILE: nnutils/geometry.py function augment_grid (line 5) | def augment_grid(grid, world2grid, aug2world): FILE: nnutils/metrics.py function compute_chamfer_distance (line 9) | def compute_chamfer_distance(gt_points, pred_points): function precision (line 18) | def precision(tp_count, fp_count): function recall (line 22) | def recall(tp_count, fn_count): function accuracy (line 26) | def accuracy(tp_count, tn_count, fp_count, fn_count): function f1_score (line 30) | def f1_score(precision, recall): FILE: nnutils/mlp.py class MLP (line 12) | class MLP(nn.Module): method __init__ (line 13) | def __init__(self, point_dim, time_dim, output_dim=1, n_layers=8, n_po... method forward (line 33) | def forward(self, input_pts, timestamps, use_simple_net=False): class MultiMLP (line 56) | class MultiMLP(nn.Module): method __init__ (line 57) | def __init__(self, point_dim, time_dim, num_groups, output_dim=1, n_la... method forward (line 76) | def forward(self, points, timestamps): FILE: nnutils/node_proc.py function extract_view_omegas_from_embedding (line 10) | def extract_view_omegas_from_embedding(embedding, num_nodes): function convert_embedding_to_explicit_params (line 19) | def convert_embedding_to_explicit_params(embedding, rotated2gaps, num_no... function compute_inverse_occupancy (line 63) | def compute_inverse_occupancy(vals, soft_transfer_scale, level_set): function sample_rbf_weights (line 69) | def sample_rbf_weights(points, constants, scales, centers, use_constants): function sample_rbf_surface (line 102) | def sample_rbf_surface(points, constants, scales, centers, use_constants... function bounding_box_error (line 117) | def bounding_box_error(points, bbox_lower, bbox_upper): FILE: node_sampler/evaluate.py function evaluate (line 8) | def evaluate(model, criterion, dataloader, batch_num): FILE: node_sampler/loss.py class SamplerLoss (line 15) | class SamplerLoss(torch.nn.Module): method __init__ (line 16) | def __init__(self): method forward (line 26) | def forward(self, embedding, uniform_samples, near_surface_samples, su... class PointLoss (line 113) | class PointLoss(nn.Module): method __init__ (line 114) | def __init__(self): method forward (line 117) | def forward(self, points_with_sdf, constants, scales, centers): class NodeCenterLoss (line 140) | class NodeCenterLoss(nn.Module): method __init__ (line 141) | def __init__(self): method forward (line 144) | def forward(self, constants, scales, centers, grid, world2grid, bbox_l... class AffinityLoss (line 185) | class AffinityLoss(nn.Module): method __init__ (line 186) | def __init__(self): method forward (line 189) | def forward(self, centers, source_idxs, target_idxs, pred_distances, p... class UniqueNeighborLoss (line 215) | class UniqueNeighborLoss(nn.Module): method __init__ (line 216) | def __init__(self): method forward (line 219) | def forward(self, affinity_matrix): class ViewpointConsistencyLoss (line 242) | class ViewpointConsistencyLoss(nn.Module): method __init__ (line 243) | def __init__(self): method forward (line 246) | def forward(self, constants, scales, rotations, centers): class SurfaceConsistencyLoss (line 282) | class SurfaceConsistencyLoss(nn.Module): method __init__ (line 283) | def __init__(self): method forward (line 286) | def forward(self, constants, scales, rotations, centers, surface_sampl... FILE: node_sampler/model.py class Encoder3D (line 10) | class Encoder3D(nn.Module): method __init__ (line 11) | def __init__(self, encoding_dim): method forward (line 42) | def forward(self, x): class NodeSampler (line 55) | class NodeSampler(nn.Module): method __init__ (line 56) | def __init__(self): method get_affinity_matrix (line 157) | def get_affinity_matrix(self): method get_distance_matrix (line 165) | def get_distance_matrix(self): method forward (line 168) | def forward(self, grid): FILE: train_graph.py function main (line 27) | def main(): FILE: train_shape.py function main (line 25) | def main(): FILE: utils/embedder.py class EmbedderNERF (line 17) | class EmbedderNERF: method __init__ (line 18) | def __init__(self, input_dims=3, include_input=True, max_freq_log2=10-... method create_embedding_fn (line 28) | def create_embedding_fn(self): method embed (line 52) | def embed(self, inputs): function get_embedder_nerf (line 56) | def get_embedder_nerf(multires, input_dims=3, i=0): FILE: utils/gradient_utils.py function compute_forward_pass_info (line 3) | def compute_forward_pass_info(model): FILE: utils/line_mesh.py function align_vector_to_another (line 19) | def align_vector_to_another(a=np.array([0, 0, 1]), b=np.array([1, 0, 0])): function normalized (line 32) | def normalized(a, axis=-1, order=2): class LineMesh (line 39) | class LineMesh(object): method __init__ (line 40) | def __init__(self, points, lines=None, colors=[0, 1, 0], radius=0.15): method lines_from_ordered_points (line 61) | def lines_from_ordered_points(points): method create_line_mesh (line 65) | def create_line_mesh(self): method add_line (line 97) | def add_line(self, vis): method remove_line (line 102) | def remove_line(self, vis): method get_line_meshes (line 107) | def get_line_meshes(self): FILE: utils/mesh_proc.py function generate_icosahedron (line 13) | def generate_icosahedron(): function subdivide_edge (line 62) | def subdivide_edge(idx0, idx1, v0, v1, vertex_idx, vertices_map, edge_di... function subdivide_mesh (line 76) | def subdivide_mesh(vertices_in, faces_in): FILE: utils/parser_utils.py function check_positive (line 4) | def check_positive(value): function check_non_negative (line 11) | def check_non_negative(value): FILE: utils/pcd_utils.py function transform_pointcloud_to_opengl_coords (line 30) | def transform_pointcloud_to_opengl_coords(points_cv): class UnitBBox (line 39) | class UnitBBox(): class BBox (line 67) | class BBox: method __init__ (line 68) | def __init__(self, points, percentage_of_diagonal_to_add=None): method _compute_extent (line 89) | def _compute_extent(self): method _enlarge_bbox (line 92) | def _enlarge_bbox(self, percentage_of_diagonal_to_add): method get_bbox_as_array (line 102) | def get_bbox_as_array(self): method get_bbox_as_line_set (line 105) | def get_bbox_as_line_set(self): method compute_extent (line 109) | def compute_extent(p_min, p_max): method compute_bbox_from_min_point_and_extent (line 113) | def compute_bbox_from_min_point_and_extent(p_min, extent, color=[1, 0,... method compute_bbox_from_min_point_and_max_point (line 126) | def compute_bbox_from_min_point_and_max_point(p_min, p_max, color=[1, ... method enlarge_bbox (line 132) | def enlarge_bbox(p_min, p_max, displacement): method convert_bbox_to_cube (line 138) | def convert_bbox_to_cube(p_min, p_max): function transform_to_noc_space (line 151) | def transform_to_noc_space(points, p_min, extent): function compute_world_to_noc_transform (line 158) | def compute_world_to_noc_transform(p_min, extent): function normalize_transformation (line 176) | def normalize_transformation(R, t, p_min, scale): function align_vector_to_another (line 183) | def align_vector_to_another(a=np.array([0, 0, 1]), b=np.array([1, 0, 0])): function normalize (line 196) | def normalize(a, axis=-1, order=2): function transform_mesh_to_unit_cube (line 203) | def transform_mesh_to_unit_cube( function load_and_transform_mesh_to_unit_cube (line 246) | def load_and_transform_mesh_to_unit_cube( function rotate_around_axis (line 253) | def rotate_around_axis(obj, axis_name, angle): FILE: utils/query.py function query_yes_no (line 5) | def query_yes_no(question, default="yes"): FILE: utils/sdf_utils.py function scale_grid (line 4) | def scale_grid(xyz, x_scale, y_scale, z_scale, disp=1.0): function sample_grid_points (line 14) | def sample_grid_points(dim, disp=1.0, use_supersampling=False, num_super... FILE: utils/time_statistics.py class TimeStatistics (line 4) | class TimeStatistics: method __init__ (line 5) | def __init__(self): FILE: utils/viz_utils.py class Colors (line 9) | class Colors(): function visualize_point_tensor (line 17) | def visualize_point_tensor( function create_unit_bbox (line 98) | def create_unit_bbox(): function create_frame (line 106) | def create_frame(size=1.0, origin=[0, 0, 0]): function create_lines_from_start_and_end_points (line 113) | def create_lines_from_start_and_end_points(start_points, end_points, col... function create_lines_from_view_vectors (line 133) | def create_lines_from_view_vectors( function viz_and_exit (line 204) | def viz_and_exit(pcd_list): function visualize_mesh (line 209) | def visualize_mesh(mesh_path): function visualize_grid (line 219) | def visualize_grid(points_list, colors=None, exit_after=True): function visualize_sphere (line 237) | def visualize_sphere(): function merge_line_sets (line 257) | def merge_line_sets(line_sets): function merge_meshes (line 294) | def merge_meshes(meshes): FILE: viz.py class Viewer (line 41) | class Viewer: method __init__ (line 42) | def __init__(self, checkpoint_path, time_inc=1, gt_data_dir=None, \ method initialize (line 62) | def initialize(self, checkpoint_path, gt_data_dir): method _update_obj (line 705) | def _update_obj(self, vis): method _update_gt (line 724) | def _update_gt(self, vis): method _update_spheres (line 742) | def _update_spheres(self, vis): method run (line 767) | def run(self):