An open API service providing commit metadata for open source projects.

GitHub / RcppCore/RcppEigen / commits

Rcpp integration for the Eigen templated linear algebra library

SHA Message Author Date Stats
53214195 Update to Eigen 3.0.3, add first draft of introduction. Douglas Bates <d****s@g****m> almost 15 years ago
86e535d7 Avoid compiler warnings about comparing signed and unsigned values. Douglas Bates <d****s@g****m> almost 15 years ago
480faba2 Force the -DNDEBUG flag to satisfy R CMD check in R-2.14.0 and higher Douglas Bates <d****s@g****m> almost 15 years ago
815e4b99 Default compiler options now include -DNDEBUG to satisfy the R package police... Douglas Bates <d****s@g****m> almost 15 years ago
085ef575 Douglas Bates <d****s@g****m> almost 15 years ago
5fc165e9 Remove the solvetype specification for the solve method (but type is retained... Douglas Bates <d****s@g****m> almost 15 years ago
17f1c2d9 Remove forward declaration of non-existent templated function. Douglas Bates <d****s@g****m> almost 15 years ago
4d94f61f *** empty log message *** Douglas Bates <d****s@g****m> about 15 years ago
4a9c1570 New release. ifdef the use of "long long" using RCPP_HAS_LONG_LONG_TYPES (th... Douglas Bates <d****s@g****m> about 15 years ago
efe23549 Delete my addition of a CholmodAutoLLt mode, which is not needed (I misunders... Douglas Bates <d****s@g****m> about 15 years ago
5760a7b3 Update to Eigen 3.0.2 Douglas Bates <d****s@g****m> about 15 years ago
ec12354a Upgrade to Eigen release 3.0.2 Douglas Bates <d****s@g****m> about 15 years ago
063d52da Upgrade to Eigen release 3.0.2 Douglas Bates <d****s@g****m> about 15 years ago
a77504c7 By-passing the const reference Douglas Bates <d****s@g****m> about 15 years ago
24f4d6ba Add a solveInPlace method to try to avoid memory problems. Douglas Bates <d****s@g****m> about 15 years ago
beedbdad Attempted fix of problem of freeing Map'ed memory in the Cholmod solve. Douglas Bates <d****s@g****m> about 15 years ago
4c0e3c6e Trying to fix the memory problems from the CholmodDecomposition solve methods... Douglas Bates <d****s@g****m> about 15 years ago
81fbd4c6 Add LLtAuto method (which doesn't seem to work), more extractors and a factor... Douglas Bates <d****s@g****m> about 15 years ago
e618a85b Add a declaration of log determinant squared function. Douglas Bates <d****s@g****m> about 15 years ago
d92a1f63 Allow rectangular matrix in CholmodDecomposition's factorize method. Test re... Douglas Bates <d****s@g****m> about 15 years ago
8abfaf1d Added a solveType member - there will be better ways of doing this Douglas Bates <d****s@g****m> about 15 years ago
32c61b09 Include the stubs unconditionally Douglas Bates <d****s@g****m> about 15 years ago
2e111a12 Douglas Bates <d****s@g****m> about 15 years ago
6e6f7e44 Inlined the function definitions so it is a header file now Douglas Bates <d****s@g****m> about 15 years ago
e2000657 Extended CholmodDecomposition analyzePattern and factorize to support rectang... Douglas Bates <d****s@g****m> about 15 years ago
8cb94d76 Add support for Cholmod functions linked through the Matrix package. Tests f... Douglas Bates <d****s@g****m> about 15 years ago
387aa796 Create stubs and the Cholmod header. (To Do: make the stubs inline functions... Douglas Bates <d****s@g****m> about 15 years ago
6150e2fd Separate the tests for sparse matrices. Douglas Bates <d****s@g****m> about 15 years ago
58cc9028 *** empty log message *** Douglas Bates <d****s@g****m> about 15 years ago
54a0a1df Added matrixLDL method Douglas Bates <d****s@g****m> about 15 years ago
34d8583b clean up code, taking advantage of the more general wrap methods Douglas Bates <d****s@g****m> about 15 years ago
fd9d2ab0 Remove some debugging code accidently left in. Douglas Bates <d****s@g****m> about 15 years ago
e50c7dbe added as methods for Eigen::SparseMatrix and Eigen::MappedSparseMatrix classe... Douglas Bates <d****s@g****m> about 15 years ago
c563941b *** empty log message *** Douglas Bates <d****s@g****m> about 15 years ago
9d273ac5 Dispatch on wrap to vector according to T::ColsAtCompileTime; modify tests to... Douglas Bates <d****s@g****m> about 15 years ago
d2edb719 dispatch sparse/dense and generalizes dealing with sparse objects Romain François <r****n@r****m> about 15 years ago
13ad6b42 comment non generic implementations Romain François <r****n@r****m> about 15 years ago
77f26ba9 comment non generic implementations Romain François <r****n@r****m> about 15 years ago
61b862d3 deal with dimensions in eigen_wrap_is_plain Romain François <r****n@r****m> about 15 years ago
6909c0d7 first steps into dealing with Eigen expressions Romain François <r****n@r****m> about 15 years ago
f82fd749 *** empty log message *** Douglas Bates <d****s@g****m> about 15 years ago
696f9a4c Added some begin and end methods to PlainObjectBase template through the exte... Douglas Bates <d****s@g****m> about 15 years ago
feadfefc Added as methods for mapped vectors and mapped matrices (still some code dupl... Douglas Bates <d****s@g****m> about 15 years ago
9944e2ec s/Armadillo/Eigen/ in a few places Dirk Eddelbuettel <e****d@d****g>
Committed by: Dirk Deelbuettel <e****d@d****g>
about 15 years ago
06150f51 Added tests of wrap and as. Need to create an as method for mapped arrays. Douglas Bates <d****s@g****m> about 15 years ago
74d82f9e Prepare for a new release. Douglas Bates <d****s@g****m> about 15 years ago
8d40d430 Add wrap methods for mapped Eigen objects; Initial support for as<> with some... Douglas Bates <d****s@g****m> about 15 years ago
883a060b Commit interim version of the SimplicialLLT and SimplicialLDLT classes that w... Douglas Bates <d****s@g****m> about 15 years ago
903c87fd Douglas Bates <d****s@g****m> about 15 years ago
3366ff4a Code simplification suggested by Gael Guennebaud Douglas Bates <d****s@g****m> about 15 years ago
d32b93da make Maintainers equal to Authors (but keep our joint email address) Dirk Eddelbuettel <e****d@d****g>
Committed by: Dirk Deelbuettel <e****d@d****g>
about 15 years ago
a9cdc735 Syntax errors corrected. Douglas Bates <d****s@g****m> about 15 years ago
f4fcafd8 Print the results from do_bench() so echo=TRUE is not needed when sourcing; a... Douglas Bates <d****s@g****m> about 15 years ago
cf8c2a3f Add a wrap method (compiles but currently untested) for Eigen::SparseMatrix<T> Douglas Bates <d****s@g****m> about 15 years ago
3e917b56 Include sample code for the Moore-Penrose inverse. There are better ways of ... Douglas Bates <d****s@g****m> about 15 years ago
8f0ef496 Add lm benchmark example Douglas Bates <d****s@g****m> about 15 years ago
110f2c19 tighten code a bit Douglas Bates <d****s@g****m> about 15 years ago
f1dc0bb3 Don't try to extract names that aren't there. Douglas Bates <d****s@g****m> about 15 years ago
b34f6f45 Add a simple example. Douglas Bates <d****s@g****m> about 15 years ago
0ebddd82 Add the SymmEig lm method. Preliminary support for setting a tolerance for t... Douglas Bates <d****s@g****m> about 15 years ago
c3dc6c56 Use the correct macros for eigen_version. Douglas Bates <d****s@g****m> about 15 years ago
642eb92e Add examples and test cases for simple crossprod and tcrossprod functions Douglas Bates <d****s@g****m> about 15 years ago
68e87d0d bypass the incomplete exporter functions to support as<> Douglas Bates <d****s@g****m> about 15 years ago
0d5ffe3a Add an SVD method for fastLm Douglas Bates <d****s@g****m> about 15 years ago
fd931d33 *** empty log message *** Douglas Bates <d****s@g****m> about 15 years ago
4fc3d517 Minor fix in punctuation. Douglas Bates <d****s@g****m> about 15 years ago
11a310c4 Refactoring of the fastLm code to allow algorithms to be added easily. Adjus... Douglas Bates <d****s@g****m> about 15 years ago
cc1b184a Add wrap instantiations for ArrayXd, ArrayXXd classes in Eigen Douglas Bates <d****s@g****m> about 15 years ago
b59de871 Change references to Armadillo into Eigen; author order in copyright statements. Douglas Bates <d****s@g****m> about 15 years ago
cd7268f6 oops: s/Armadillo/Eigen/ Dirk Eddelbuettel <e****d@d****g>
Committed by: Dirk Deelbuettel <e****d@d****g>
about 15 years ago
ab07add9 Initial (not very good) implementation of "fastLmSVD", which isn't really tha... Douglas Bates <d****s@g****m> about 15 years ago
aeed9cb4 Minor clarification. Douglas Bates <d****s@g****m> about 15 years ago
162f4ba4 *** empty log message *** Douglas Bates <d****s@g****m> about 15 years ago
35b9bf8e Documentation based on unit tests. Douglas Bates <d****s@g****m> about 15 years ago
156726a2 Add support for inline package Douglas Bates <d****s@g****m> about 15 years ago
f8cb9f27 Add support for sparse Cholesky and LU Douglas Bates <d****s@g****m> about 15 years ago
551df6cb Add support for sparse Cholesky and LU Douglas Bates <d****s@g****m> about 15 years ago
9cbd7dd8 Add reference to web page Douglas Bates <d****s@g****m> about 15 years ago
7cdd1815 Add RcppEigen.package.skeleton and support files. Douglas Bates <d****s@g****m> about 15 years ago
fd200dc4 Remove Conrad's text about Armadillo, as suggested by Dirk Douglas Bates <d****s@g****m> about 15 years ago
e428a7d6 better way to load trees dataset Dirk Eddelbuettel <e****d@d****g>
Committed by: Dirk Deelbuettel <e****d@d****g>
about 15 years ago
39f687c6 better way to load trees dataset Dirk Eddelbuettel <e****d@d****g>
Committed by: Dirk Deelbuettel <e****d@d****g>
about 15 years ago
1c322824 added unit tests for fastLm{Bench,Chol1,Chol2} Dirk Eddelbuettel <e****d@d****g>
Committed by: Dirk Deelbuettel <e****d@d****g>
about 15 years ago
77fe0e33 added initial unit tests Dirk Eddelbuettel <e****d@d****g>
Committed by: Dirk Deelbuettel <e****d@d****g>
about 15 years ago
dc92a9af *** empty log message *** Douglas Bates <d****s@g****m> about 15 years ago
3e4e2151 Cosmetic fixes. Douglas Bates <d****s@g****m> about 15 years ago
53349a5e *** empty log message *** Douglas Bates <d****s@g****m> about 15 years ago
3eba28d5 New version. Douglas Bates <d****s@g****m> about 15 years ago
b40dd2ce Change order of fastLmPure arguments in the example. Dirk said I would miss ... Douglas Bates <d****s@g****m> about 15 years ago
8052ce5b Change order of fastLmPure arguments and the various fastLm* C++ functions. ... Douglas Bates <d****s@g****m> about 15 years ago
fb9c41cb Douglas Bates <d****s@g****m> about 15 years ago
06dcd268 Handle the rank-deficient case. Douglas Bates <d****s@g****m> about 15 years ago
db679906 Use an _m128d type instead of long long int for the mask. Douglas Bates <d****s@g****m> about 15 years ago
0238b037 Associate names with coefficients. Clean up fastLm. Forward the object thro... Douglas Bates <d****s@g****m> about 15 years ago
272a878c Suppress use of long long Douglas Bates <d****s@g****m> about 15 years ago
72f7aab1 Douglas Bates <d****s@g****m> about 15 years ago

← Back to repository