/ani/mrses

To get this branch, use:
bzr branch http://suren.me/webbzr/ani/mrses

« back to all changes in this revision

Viewing changes to cell/atlas_potrf.h

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-28 04:30:08 UTC
  • Revision ID: csa@dside.dyndns.org-20100428043008-vd9z0nso9axezvlp
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _LAPACK_POTRF_H
 
2
#define _LAPACK_POTRF_H
 
3
 
 
4
int atlas_spotrf2(const short int N, MRSESDataType *A, const short int lda);
 
5
int atlas_spotrf_u(const short int N, MRSESDataType *A, const short int lda);
 
6
 
 
7
#endif /* _LAPACK_POTRF_H */