예제 #1
0
파일: Matrix.cs 프로젝트: mmaverikk/Cytos
 public override Cholesky <Complex32> Cholesky()
 {
     return(UserCholesky.Create(this));
 }
예제 #2
0
 public override Cholesky <float> Cholesky()
 {
     return(UserCholesky.Create(this));
 }
예제 #3
0
 public override Cholesky <double> Cholesky()
 {
     return(UserCholesky.Create(this));
 }