comparison liboctave/MatrixType.cc @ 5996:bd0507994409

[project @ 2006-09-22 19:38:52 by dbateman]
author dbateman
date Fri, 22 Sep 2006 19:38:53 +0000
parents d73ffe42f2c8
children 49dfdb54bb2b
comparison
equal deleted inserted replaced
5995:9223672bd578 5996:bd0507994409
508 octave_idx_type nrows = a.rows (); 508 octave_idx_type nrows = a.rows ();
509 octave_idx_type ncols = a.cols (); 509 octave_idx_type ncols = a.cols ();
510 octave_idx_type nm = (ncols < nrows ? ncols : nrows); 510 octave_idx_type nm = (ncols < nrows ? ncols : nrows);
511 octave_idx_type nnz = a.nzmax (); 511 octave_idx_type nnz = a.nzmax ();
512 512
513 if (octave_sparse_params::get_key ("spumoni") != 0.) full = true; 513 if (octave_sparse_params::get_key ("spumoni") != 0.)
514
515 (*current_liboctave_warning_handler) 514 (*current_liboctave_warning_handler)
516 ("Calculating Sparse Matrix Type"); 515 ("Calculating Sparse Matrix Type");
517 516
518 sp_bandden = octave_sparse_params::get_key ("bandden"); 517 sp_bandden = octave_sparse_params::get_key ("bandden");
519 bool maybe_hermitian = false; 518 bool maybe_hermitian = false;