Parent Directory
|
|
|
|
|
AllClass.R
|
3030 |
4 years |
mmaechler |
- Fix validity messages
- Michael L: Patch the initialize() method for "sparseVe... |
AllGeneric.R
|
3015 |
5 years |
mmaechler |
as(<matrix>, "triangularMatrix") via new mat2tri();
isTriangular() now has optio... |
Auxiliaries.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
CHMfactor.R
|
2992 |
5 years |
mmaechler |
chk.s() improvements |
Csparse.R
|
3023 |
4 years |
mmaechler |
tril() and triu() now return correct uplo (if at all) |
HBMM.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
Hilbert.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
KhatriRao.R
|
2931 |
6 years |
mmaechler |
fix rownames (X <-> Y)
|
LU.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
Math.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
Matrix.R
|
3020 |
5 years |
mmaechler |
dimnames(), notably names(dimnames()) -- primarily in connection with symmpart()... |
MatrixFactorization.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
Ops.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
Rsparse.R
|
2863 |
6 years |
mmaechler |
more easily translatable message - "as" from Lukasz Daniel (e: Dec.12, 2012) |
SparseM-conv.R
|
2851 |
7 years |
mmaechler |
as(<csr>, "dgCMatrix") works again; Matrix now *runs* in older R even if instal... |
Summary.R
|
3000 |
5 years |
mmaechler |
"Math" and "Summary" methods now put in one (newly created) file; more tests for... |
Tsparse.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
abIndex.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
bandSparse.R
|
2891 |
6 years |
mmaechler |
determinant(<dpoMatrix>) now goes via chol(), i.e. also just using an existing (... |
bind2.R
|
3045 |
4 years |
mmaechler |
use '...' in all [cr]bind2() methods -- getting rid of most .local()s
|
colSums.R
|
2998 |
5 years |
mmaechler |
changes & fixes to %*%, crossprod(),.. notably for diagonal matrices |
condest.R
|
2863 |
6 years |
mmaechler |
more easily translatable message - "as" from Lukasz Daniel (e: Dec.12, 2012) |
corMatrix.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
dMatrix.R
|
3002 |
5 years |
mmaechler |
cosmetic |
ddenseMatrix.R
|
3018 |
5 years |
mmaechler |
Fix remaining parts of R-(3.2.0) compatible behavior of matrix products (%*%, [t... |
denseMatrix.R
|
3015 |
5 years |
mmaechler |
as(<matrix>, "triangularMatrix") via new mat2tri();
isTriangular() now has optio... |
dgCMatrix.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
dgTMatrix.R
|
3023 |
4 years |
mmaechler |
tril() and triu() now return correct uplo (if at all) |
dgeMatrix.R
|
3000 |
5 years |
mmaechler |
"Math" and "Summary" methods now put in one (newly created) file; more tests for... |
diagMatrix.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
dpoMatrix.R
|
2984 |
5 years |
mmaechler |
chol(), Cholesky() {and some remnant rcond()...} updates, thanks to Roger Bivand... |
dppMatrix.R
|
2984 |
5 years |
mmaechler |
chol(), Cholesky() {and some remnant rcond()...} updates, thanks to Roger Bivand... |
dsCMatrix.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
dsTMatrix.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
dspMatrix.R
|
2999 |
5 years |
mmaechler |
fix/speed up coercions from/to symmetric/triangular |
dsparseMatrix.R
|
3000 |
5 years |
mmaechler |
"Math" and "Summary" methods now put in one (newly created) file; more tests for... |
dsyMatrix.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
dtCMatrix.R
|
2987 |
5 years |
mmaechler |
new rsparsematrix() {with 'encoding trick'} for random sparse matrices;
m_enco... |
dtTMatrix.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
dtpMatrix.R
|
2999 |
5 years |
mmaechler |
fix/speed up coercions from/to symmetric/triangular |
dtrMatrix.R
|
2999 |
5 years |
mmaechler |
fix/speed up coercions from/to symmetric/triangular |
eigen.R
|
2867 |
6 years |
mmaechler |
Schur(m) now also works for a traditional matrix m |
expm.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
indMatrix.R
|
2993 |
5 years |
mmaechler |
crossprod() and kronecker() where wrong for some <indMatrix>; fix from Fabian Sc... |
kronecker.R
|
2945 |
5 years |
mmaechler |
new check.gT2sT();
clean up in check.gT2tT();
more use of all0(.);
some more ... |
lMatrix.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
ldenseMatrix.R
|
3000 |
5 years |
mmaechler |
"Math" and "Summary" methods now put in one (newly created) file; more tests for... |
lgCMatrix.R
|
2901 |
6 years |
mmaechler |
new Csparse_to_vector() in C --> faster as(*, "vector") methods |
lgTMatrix.R
|
2945 |
5 years |
mmaechler |
new check.gT2sT();
clean up in check.gT2tT();
more use of all0(.);
some more ... |
lsCMatrix.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
lsTMatrix.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
lsparseMatrix.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
ltCMatrix.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
ltTMatrix.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
ndenseMatrix.R
|
2999 |
5 years |
mmaechler |
fix/speed up coercions from/to symmetric/triangular |
nearPD.R
|
2886 |
6 years |
mmaechler |
new optional argument conv.norm.type="I" |
ngCMatrix.R
|
2901 |
6 years |
mmaechler |
new Csparse_to_vector() in C --> faster as(*, "vector") methods |
ngTMatrix.R
|
2945 |
5 years |
mmaechler |
new check.gT2sT();
clean up in check.gT2tT();
more use of all0(.);
some more ... |
nnzero.R
|
2892 |
6 years |
mmaechler |
new indMatrix class from Fabian Scheibl |
not.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
nsCMatrix.R
|
2628 |
9 years |
mmaechler |
fix <ngCMatrix> %*% <dense> -- providing fast C-based coercions |
nsTMatrix.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
nsparseMatrix.R
|
2999 |
5 years |
mmaechler |
fix/speed up coercions from/to symmetric/triangular |
ntCMatrix.R
|
2901 |
6 years |
mmaechler |
new Csparse_to_vector() in C --> faster as(*, "vector") methods |
ntTMatrix.R
|
2586 |
9 years |
mmaechler |
move Matrix/ directory "down" |
pMatrix.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
products.R
|
3018 |
5 years |
mmaechler |
Fix remaining parts of R-(3.2.0) compatible behavior of matrix products (%*%, [t... |
rankMatrix.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
spModels.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
sparseMatrix.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
sparseQR.R
|
3046 |
4 years |
mmaechler |
eliminate unused assignments (from "R-devel CMD check") |
sparseVector.R
|
3010 |
5 years |
mmaechler |
fixing R-forge Matrix bug #5933 (matrix-matrix prod with 0-extents)
R-(3.2.0) co... |
symmetricMatrix.R
|
3023 |
4 years |
mmaechler |
tril() and triu() now return correct uplo (if at all) |
triangularMatrix.R
|
3015 |
5 years |
mmaechler |
as(<matrix>, "triangularMatrix") via new mat2tri();
isTriangular() now has optio... |
zzz.R
|
3031 |
4 years |
mmaechler |
want to use anyNA() in our code, even for R < 3.1.0 {should test}
|