BIJ API

bijnum
Class Jacobi

java.lang.Object
  |
  +--bijnum.Jacobi

public class Jacobi
extends java.lang.Object

This class implements the jacobi function as a Java class. From Press et al., 2nd ed., Numerical Solutions in C.

See Also:
Copyright (c) 1999-2003, Michael Abramoff. All rights reserved.

Field Summary
 double[] eigenvalues
          Deprecated.  
 double[][] eigenvectors
          Deprecated.  
 
Constructor Summary
Jacobi(int n)
          Deprecated. Create the eigenvectors and eigenvalues that will be computed.
 
Method Summary
 int check(double[][] mm)
          Deprecated.  
 void compute(double[][] aa)
          Deprecated.  
 void compute(float[][] aa)
          Deprecated.  
 int nrot()
          Deprecated.  
 void sort()
          Deprecated.  
 int sweeps()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eigenvectors

public double[][] eigenvectors
Deprecated. 

eigenvalues

public double[] eigenvalues
Deprecated. 
Constructor Detail

Jacobi

public Jacobi(int n)
Deprecated. 
Create the eigenvectors and eigenvalues that will be computed.
Method Detail

nrot

public int nrot()
Deprecated. 

sweeps

public int sweeps()
Deprecated. 

compute

public void compute(float[][] aa)
Deprecated. 

compute

public void compute(double[][] aa)
Deprecated. 

sort

public void sort()
Deprecated. 

check

public int check(double[][] mm)
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

BIJ API

Submit a bug or feature

Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.