Navigation

Operators and Keywords

Function List:

C++ API

orth.m File Reference


Functions

 if (S_nr==1||S_nc==1) s
endif if (nargin==1) if(isa(A
 if (rank > 0) retval
endif else print_usage ()

Variables

function retval
else s = diag (S)
endif single tol = max (size (A)) * s (1) * eps ("single")
endif endif rank = sum (s > tol)

Function Documentation

if ( rank  ,
 
)

endif if ( nargin  = = 1  ) 

if ( S_nr  = =1||S_nc==1  ) 

endif else print_usage (  ) 


Variable Documentation

endif endif rank = sum (s > tol)

else retval

Initial value:

 orth (A, tol)

  if (nargin == 1 || nargin == 2)

    [U, S, V] = svd (A)

else s = diag (S)

else tol = max (size (A)) * s (1) * eps ("single")