Search code examples
Specializing std::less for Eigen::DenseBase...


c++templateseigentemplate-specialization

Read More
`a,b,c` are both type `Eigen::ArrayXd`. What's the shape of `{a,b,c}`?...


c++eigen

Read More
Is an Eigen matrix created automatically on the heap?...


c++matrixmemoryeigen

Read More
How to use Eigen::Matrix by reference...


c++11matrixeigen

Read More
How to pass an Eigen tensor to a function correctly?...


c++eigentensor

Read More
What is the best way to use Eigen lazy evalution to multiply each row of an Nx3 matrix by a differen...


c++eigen

Read More
Reduction with OpenMP: Matrix/tensor operations examples...


c++openmpeigeneigen3

Read More
How to use Boost BLAS in Eigen...


boosteigenublas

Read More
Eigen: scale the positive entries in loop-free manner...


c++eigen

Read More
How to get the row address of an Eigen::Matrix...


eigenceres-solver

Read More
Mapping Rcpp NumericVector to *static* or *fixed-size* Eigen Vectors?...


eigenrcpp

Read More
Calculating Euler angles from Rotation matrix in C++...


c++scipyeigenquaternionseuler-angles

Read More
Extract Eigen subarray based on a boolean array...


c++c++11eigeneigen3

Read More
Wrong Values in the calculation of normalVector and z-coordinate rotation...


c++mathrotationeigenimage-rotation

Read More
Rcpp Eigen inplace matrix multiplication error...


eigenrcpprcppeigen

Read More
Building custom R package leads to undefined symbol...


reigenrcpp

Read More
pybind11 and eigen gives "error: use of deleted function ‘bool pybind11::detail::eigen_map_cast...


pythonc++eigenpybind11

Read More
Conjugate transpose in R...


rlinear-algebraeigencomplex-numbers

Read More
2000 lines of warnings from Eigen...


eigencompiler-warningsrcppeigen

Read More
Invalid size when Initializing Vector4f...


c++eigenrospcl

Read More
How can I build an Eigen::Map to a matlab::data::Array object that I intend to populate with data...


c++matlabeigenmex

Read More
c++: Solving dynamic system of nonlibear equations...


c++eigen

Read More
Efficient Method to pass large arrays from Matlab to C++ Eigen using Map class...


c++matlabeigen

Read More
Using Eigen/Sparse library in c++, is there a way to delete columns from a sparse matrix?...


c++matrixeigensparse-matrix

Read More
Fastest way to solve small homogeneous linear systems with eigen...


c++linear-algebraeigen

Read More
Vector concatenation in Eigen returning an expression...


concatenationeigenexpression-templates

Read More
c++ Eigen: Why does summing up a chipped and sliced tensor give a different (wrong) result as oppose...


c++eigeneigen3

Read More
boost r-tree error: The first type of std::pair has to be an Indexable. How do I fix this?...


c++boosteigenboost-geometryr-tree

Read More
Eigen: function returning the same matrix passed as argument...


c++templateseigen

Read More
Prevent Eigen from creating temporaries when using Eigen::Block...


c++eigen

Read More
BackNext