comparison scripts/linear-algebra/rank.m @ 1315:611d403c7f3d

[project @ 1995-06-25 19:56:32 by jwe]
author jwe
date Sun, 25 Jun 1995 19:56:32 +0000
parents 3f257ab07921
children 5d29638dd524
comparison
equal deleted inserted replaced
1314:64f9e0f82060 1315:611d403c7f3d
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # for more details. 13 # for more details.
14 # 14 #
15 # You should have received a copy of the GNU General Public License 15 # You should have received a copy of the GNU General Public License
16 # along with Octave; see the file COPYING. If not, write to the Free 16 # along with Octave; see the file COPYING. If not, write to the Free
17 # Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 17 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 18
19 function retval = rank (A, tol) 19 function retval = rank (A, tol)
20 20
21 # usage: rank (a, tol) 21 # usage: rank (a, tol)
22 # 22 #