comparison test/build_sparse_tests.sh @ 12757:824c60c8f7b9 stable

preserve type when assigning values to sparse logical * op-sbm-b.cc (oct_assignop_conv_and_assign): New assignment operator function. (install_sbm_b_ops): Install it for various RHS types. * op-sbm-bm.cc (oct_assignop_conv_and_assign): New assignment operator function. (install_sbm_bm_ops): Install it for various RHS types.
author John W. Eaton <jwe@octave.org>
date Mon, 20 Jun 2011 11:03:21 -0400
parents 5f203b5bbf98
children c3309e1ec50d
comparison
equal deleted inserted replaced
12756:1dfeacd003bb 12757:824c60c8f7b9
100 # A square non-singular matrix is defined from the rectangular 100 # A square non-singular matrix is defined from the rectangular
101 # inputs A and B. 101 # inputs A and B.
102 # gen_assembly_tests 102 # gen_assembly_tests
103 # test for sparse constructors with 'sum' vs. 'unique' 103 # test for sparse constructors with 'sum' vs. 'unique'
104 # gen_select_tests 104 # gen_select_tests
105 # indexing tests 105 # indexing and assignment tests
106 # gen_solver_tests 106 # gen_solver_tests
107 # Tests the solve function with triangular/banded, etc matrices 107 # Tests the solve function with triangular/banded, etc matrices
108 108
109 case $1 in 109 case $1 in
110 random) preset=false ;; 110 random) preset=false ;;