/ani/mrses

To get this branch, use:
bzr branch http://suren.me/webbzr/ani/mrses
1
2
3
4
5
6
7
#ifndef _LAPACK_POTRF_H
#define _LAPACK_POTRF_H

int atlas_spotrf2(const short int N, MRSESDataType *A, const short int lda);
int atlas_spotrf_u(const short int N, MRSESDataType *A, const short int lda);

#endif /* _LAPACK_POTRF_H */