comparison liboctave/CSparse.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
421 SPARSE_SMSM_CMP_OP_DECLS (SparseComplexMatrix, SparseComplexMatrix) 421 SPARSE_SMSM_CMP_OP_DECLS (SparseComplexMatrix, SparseComplexMatrix)
422 SPARSE_SMSM_BOOL_OP_DECLS (SparseComplexMatrix, SparseComplexMatrix) 422 SPARSE_SMSM_BOOL_OP_DECLS (SparseComplexMatrix, SparseComplexMatrix)
423 423
424 SPARSE_FORWARD_DEFS (MSparse, SparseComplexMatrix, ComplexMatrix, Complex) 424 SPARSE_FORWARD_DEFS (MSparse, SparseComplexMatrix, ComplexMatrix, Complex)
425 425
426 #ifdef UMFPACK_LONG_IDX
427 #define UMFPACK_ZNAME(name) umfpack_zl_ ## name
428 #else
429 #define UMFPACK_ZNAME(name) umfpack_zi_ ## name
430 #endif
431
426 #endif 432 #endif
427 433
428 /* 434 /*
429 ;;; Local Variables: *** 435 ;;; Local Variables: ***
430 ;;; mode: C++ *** 436 ;;; mode: C++ ***