view .gitignore @ 20065:91e1da1d1918

linsolve.m: Calculate solution in a BLAS-optimized way (bug #44722). * linsolve.m: When transpose option is given, forward the transpose flag to BLAS rather than calculating the transpose in Octave and then forwarding the left-division operator to BLAS. Fixes inconsistency in BIST tests.
author Rik <rik@octave.org>
date Mon, 06 Apr 2015 04:18:47 -0700
parents 5758e0013246
children
line wrap: on
line source

*~
*.user
*.o
*.a
Makefile*
*.pdb
debug/
release/