some todos

This commit is contained in:
Roland Grinis 2021-04-09 14:06:44 +01:00
parent b51427d2ab
commit 75783bcb03

View File

@ -154,6 +154,7 @@ public class DoubleLinearOpsTensorAlgebra :
}
public fun DoubleTensor.invLU(): DoubleTensor {
//TODO("Andrei the det is non-zero")
val (luTensor, pivotsTensor) = lu()
val invTensor = luTensor.zeroesLike()