Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Rrank.m File Reference

Go to the source code of this file.


Variables

function p
function Bethesda MD Define
the function name for easy
referencing 
FuncName = 'Rrank.m'
Debug Flag DBG = 1
if nargin< 2 tol=100 *eps
*max(size(R));endif(min(size(R))==1) d=abs(R(1, 1));else
d=abs(diag(R));endp=sum(d
> tol * 
max (d))
 return

Variable Documentation

Debug Flag DBG = 1
 

Definition at line 35 of file Rrank.m.

function Bethesda MD Define the function name for easy referencing FuncName = 'Rrank.m'
 

Definition at line 32 of file Rrank.m.

if nargin<2 tol = 100 * eps * max(size(R));endif (min(size(R))==1) d = abs(R(1,1));else d = abs(diag(R));endp = sum(d > tol* max(d))
 

Definition at line 46 of file Rrank.m.

function p
 

Initial value:

 Rrank(R,tol)
%
%   [err,] = Rrank.m ()
%
%Purpose:
%   
%   
%   
%Input Parameters:
%   
%   
%   
%Output Parameters:
%   err : 0 No Problem
%       : 1  Problems
%   
%   
%      
%Key Terms:
%   
%More Info :
%   
%   
%   
%
%     Author : Gang Chen
%     Date : Tue Mar 23 16:31:43 EST 2004
%     SSCC/NIMH/ National Institutes of Health

Definition at line 1 of file Rrank.m.

return
 

Definition at line 48 of file Rrank.m.

 

Powered by Plone

This site conforms to the following standards: