Changeset 95


Ignore:
Timestamp:
Jan 12, 2010, 10:33:34 AM (14 years ago)
Author:
(none)
Message:

fixed minor mistake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • proiecte/PPPP/eigenface/new/jacobi_vector.c

    r93 r95  
    103103the columns of v correspondingly. The method is straight insertion.
    104104*/
    105 void eigsrt(float d[], float **v, int n)       
     105void eigsrt(float d[], float *v, int n)
    106106{
    107107        int k,j,i;
Note: See TracChangeset for help on using the changeset viewer.