This website requires JavaScript.
Explore
Help
Register
Sign In
CFD
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
65
Commits
2
Branches
88
Tags
112
MiB
C++
84.6%
Fortran
8.9%
C
2.9%
CMake
1.9%
Cuda
1.2%
Other
0.5%
1d3743d2c5
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Michael Olbrich
1d3743d2c5
for dynamic size matrix (Rows|Cols)AtCompileTime is always EiDynamic and not
...
"(Rows|Cols)AtCompileTime - 1" which would be EiDynamic - 1 == -2
2007-09-30 20:23:24 +00:00
doc
make matrix multiplication do immediate evaluation; add lazyMul() for the old behaviour
2007-09-29 08:28:36 +00:00
src
for dynamic size matrix (Rows|Cols)AtCompileTime is always EiDynamic and not
2007-09-30 20:23:24 +00:00
test
temporarily remove division unit-tests. they caused div-by-zero's , reported by Michael Olbrich.
2007-09-30 16:45:40 +00:00
CMakeLists.txt
make matrix multiplication do immediate evaluation; add lazyMul() for the old behaviour
2007-09-29 08:28:36 +00:00