示例#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));
 }