Mercurial > hg > octave-nkf
comparison liboctave/dSparse.h @ 5322:22994a5730f9
[project @ 2005-04-29 13:04:24 by dbateman]
author | dbateman |
---|---|
date | Fri, 29 Apr 2005 13:04:25 +0000 |
parents | 4c8a2e4e0717 |
children | 05adf9de7657 |
comparison
equal
deleted
inserted
replaced
5321:84b72a402b86 | 5322:22994a5730f9 |
---|---|
402 SPARSE_SMSM_CMP_OP_DECLS (SparseMatrix, SparseMatrix) | 402 SPARSE_SMSM_CMP_OP_DECLS (SparseMatrix, SparseMatrix) |
403 SPARSE_SMSM_BOOL_OP_DECLS (SparseMatrix, SparseMatrix) | 403 SPARSE_SMSM_BOOL_OP_DECLS (SparseMatrix, SparseMatrix) |
404 | 404 |
405 SPARSE_FORWARD_DEFS (MSparse, SparseMatrix, Matrix, double) | 405 SPARSE_FORWARD_DEFS (MSparse, SparseMatrix, Matrix, double) |
406 | 406 |
407 #ifdef UMFPACK_LONG_IDX | |
408 #define UMFPACK_DNAME(name) umfpack_dl_ ## name | |
409 #else | |
410 #define UMFPACK_DNAME(name) umfpack_di_ ## name | |
411 #endif | |
412 | |
407 #endif | 413 #endif |
408 | 414 |
409 /* | 415 /* |
410 ;;; Local Variables: *** | 416 ;;; Local Variables: *** |
411 ;;; mode: C++ *** | 417 ;;; mode: C++ *** |