R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R-packages
(root)
/
branches
/
Matrix-APIchange
/
src
/
dtrMatrix.c
@ 4556
– Rev 4529
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
4529
6965 d 21 h
bates
/branches/Matrix-APIchange/
Creating a branch for the API changes from the 0.99875 series to the 0.999375 series
4418
6992 d 18 h
bates
/trunk/Matrix/src/
Remove warnings after change to const char* CHAR
4104
7118 d 15 h
maechler
/trunk/Matrix/
many more coercions for diag(), "!", etc; see ChangeLog
3717
7263 d 7 h
bates
/trunk/Matrix/src/
Cleanup
3520
7271 d 12 h
bates
/trunk/Matrix/
Promotion of %*% and solve to RHS of ddenseMatrix
3501
7275 d 14 h
maechler
/trunk/Matrix/
use setAs("ddenseMatrix", "dgeMatrix", *) instead of older specific ones
3484
7276 d 18 h
maechler
/trunk/Matrix/
eliminate classed argument from dup_mM*() and dependencies
3454
7279 d 10 h
bates
/trunk/Matrix/src/
Use dup_mMatrix_as_dgeMatrix
2254
7489 d 19 h
maechler
/trunk/Matrix/
make*_(triangular|symmetric) : now for ldense* as well
2200
7497 d 14 h
bates
/trunk/Matrix/
Removing rcond slot from Matrix objects
2197
7498 d 11 h
maechler
/trunk/Matrix/src/
new dMatrix_validate and dense_nonpacked_validate
1864
7606 d 16 h
maechler
/trunk/Matrix/src/
packed_to_full_(double|int) and full_to_packed_*
1862
7606 d 22 h
maechler
/trunk/Matrix/src/
use uplo_P() and diag_P() macros instead of *_value() functions
1827
7618 d 17 h
maechler
/trunk/Matrix/
new compressed_non_0_ij()
1781
7633 d 18 h
maechler
/trunk/Matrix/
add triangularMatrix_validate and symmetric* to C code and make (re!)use of it - not quite everywhere?
1717
7655 d 13 h
bates
/trunk/Matrix/
Release 0.98-3
1329
7785 d 22 h
maechler
/trunk/Matrix/src/
no need for \ in %*% in error message
1285
7802 d 18 h
maechler
/trunk/Matrix/src/
eliminate extraneous declaration for "-Wall"
1284
7802 d 19 h
bates
/trunk/Matrix/
Generalize matrix multiplication and solve methods
1263
7805 d 14 h
maechler
/trunk/Matrix/src/
comments
1258
7808 d 17 h
maechler
/trunk/Matrix/
more %*% methods; some dimnames in C (untested); checks extended
1209
7815 d 15 h
bates
/trunk/Matrix/
Methods and coercions for the dtpMatrix class
1203
7816 d 6 h
bates
/trunk/Matrix/src/
Clean up *_validate functions
1190
7818 d 17 h
bates
/trunk/Matrix/
Internationalization and localization
1172
7820 d 17 h
maechler
/trunk/Matrix/src/
prevent segfault {but not "nicely"}
1044
7839 d 2 h
maechler
/trunk/Matrix/src/
use mkString(); "uplo" and "diag" must be uppercase
978
7844 d 20 h
bates
/trunk/Matrix/src/
Renaming and reorganizing classes
977
7844 d 20 h
bates
/trunk/Matrix/src/
Renaming and reorganizing classes
975
7844 d 23 h
bates
/trunk/Matrix/
Change name of slot from factorization to factors
750
7923 d 21 h
bates
/trunk/Matrix/
Updates for factorization name and default value
561
7965 d 18 h
bates
/trunk/Matrix/
Add registration of .Call functions
218
8140 d 23 h
bates
/trunk/Matrix/
Adding coercions - fixing bugs
155
8161 d 15 h
bates
/trunk/Matrix/
Initial import