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
/
HBMM.c
@ 4559
– Rev 4560
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
4560
6961 d 2 h
bates
/branches/Matrix-APIchange/src/
Replace most calls to Calloc by Alloca
/branches/Matrix-APIchange/src/HBMM.c
/branches/Matrix-APIchange/src/Mutils.c
/branches/Matrix-APIchange/src/dgTMatrix.c
/branches/Matrix-APIchange/src/dgeMatrix.c
/branches/Matrix-APIchange/src/dspMatrix.c
/branches/Matrix-APIchange/src/dsyMatrix.c
/branches/Matrix-APIchange/src/dtCMatrix.c
/branches/Matrix-APIchange/src/factorizations.c
/branches/Matrix-APIchange/src/sparseQR.c
4529
6966 d 4 h
bates
/branches/Matrix-APIchange/
Creating a branch for the API changes from the 0.99875 series to the 0.999375 series
/branches/Matrix-APIchange
4418
6993 d 0 h
bates
/trunk/Matrix/src/
Remove warnings after change to const char* CHAR
/trunk/Matrix/src/Csparse.c
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/Tsparse.c
/trunk/Matrix/src/chm_common.c
/trunk/Matrix/src/chm_common.h
/trunk/Matrix/src/dgCMatrix.c
/trunk/Matrix/src/dgeMatrix.c
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dpoMatrix.h
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dppMatrix.h
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dspMatrix.h
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dsyMatrix.h
/trunk/Matrix/src/dtpMatrix.c
/trunk/Matrix/src/dtrMatrix.c
4364
7008 d 22 h
bates
/trunk/Matrix/
Write 1-based, not 0-based, indices in writeMM
/trunk/Matrix/ChangeLog
/trunk/Matrix/src/HBMM.c
3883
7229 d 2 h
bates
/trunk/Matrix/
Remove Harwell-Boeing format for writing
/trunk/Matrix/ChangeLog
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/HBMM.h
/trunk/Matrix/src/SOURCES_C.mkf
3730
7262 d 4 h
bates
/trunk/Matrix/src/
Remove dependencies on triplet_to_col and its source files
/trunk/Matrix/src/triplet_to_col.c
/trunk/Matrix/src/triplet_to_col.h
/trunk/Matrix/src/DEPS.mkf
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/HBMM.h
/trunk/Matrix/src/SOURCES_C.mkf
/trunk/Matrix/src/lsCMatrix.h
3717
7263 d 13 h
bates
/trunk/Matrix/src/
Cleanup
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/HBMM.h
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtrMatrix.c
1862
7607 d 4 h
maechler
/trunk/Matrix/src/
use uplo_P() and diag_P() macros instead of *_value() functions
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/Mutils.c
/trunk/Matrix/src/Mutils.h
/trunk/Matrix/src/dpoMatrix.c
/trunk/Matrix/src/dppMatrix.c
/trunk/Matrix/src/dsCMatrix.c
/trunk/Matrix/src/dspMatrix.c
/trunk/Matrix/src/dsyMatrix.c
/trunk/Matrix/src/dtCMatrix.c
/trunk/Matrix/src/dtTMatrix.c
/trunk/Matrix/src/dtpMatrix.c
/trunk/Matrix/src/dtrMatrix.c
/trunk/Matrix/src/lgCMatrix.c
/trunk/Matrix/src/lsCMatrix.c
/trunk/Matrix/src/ltCMatrix.c
1724
7649 d 23 h
bates
/trunk/Matrix/
Move readHB and readMM to R code and allow the use of connections
/trunk/Matrix/R/HBMM.R
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/HBMM.h
/trunk/Matrix/src/init.c
/trunk/Matrix/src/iohb.h
/trunk/Matrix/src/mmio.c
/trunk/Matrix/src/mmio.h
1712
7657 d 3 h
bates
/trunk/Matrix/src/
Remove second declaration of IOHBterminate
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/iohb.c
1711
7658 d 1 h
bates
/trunk/Matrix/src/
Avoid problems with trying to write to string constants.
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/iohb.c
1709
7658 d 2 h
bates
/trunk/Matrix/src/
writeHarwellBoeing and writeMatrixMarket routines
/trunk/Matrix/src/HBMM.c
1706
7658 d 4 h
bates
/trunk/Matrix/
Add writeHB and writeMM methods and generic
/trunk/Matrix/man/writeHB.Rd
/trunk/Matrix/ChangeLog
/trunk/Matrix/NAMESPACE
/trunk/Matrix/R/AllGeneric.R
/trunk/Matrix/R/dgCMatrix.R
/trunk/Matrix/R/dgTMatrix.R
/trunk/Matrix/R/dsCMatrix.R
/trunk/Matrix/R/dsTMatrix.R
/trunk/Matrix/man/externalFormats.Rd
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/HBMM.h
/trunk/Matrix/src/init.c
1696
7659 d 2 h
bates
/trunk/Matrix/
Harwell-Boeing and MatrixMarket formats
/trunk/Matrix/R/HBMM.R
/trunk/Matrix/man/externalFormats.Rd
/trunk/Matrix/src/HBMM.c
/trunk/Matrix/src/HBMM.h
/trunk/Matrix/src/iohb.c
/trunk/Matrix/src/iohb.h
/trunk/Matrix/src/mmio.c
/trunk/Matrix/src/mmio.h
/trunk/Matrix/DESCRIPTION
/trunk/Matrix/INDEX
/trunk/Matrix/NAMESPACE
/trunk/Matrix/inst/Copyrights
/trunk/Matrix/src/SOURCES_C.mkf
/trunk/Matrix/src/init.c