From e70ce01ce40d4e3fc86f887913ee1c7fa6ffb50e Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Tue, 25 Nov 2025 20:28:57 +0100 Subject: feature: checkpoint --- .../com/nsrddyn/Tests/CholeskyDecompositionTest.scala | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/scala/com/nsrddyn/Tests/CholeskyDecompositionTest.scala (limited to 'src/main/scala/com/nsrddyn/Tests') diff --git a/src/main/scala/com/nsrddyn/Tests/CholeskyDecompositionTest.scala b/src/main/scala/com/nsrddyn/Tests/CholeskyDecompositionTest.scala new file mode 100644 index 0000000..340caa3 --- /dev/null +++ b/src/main/scala/com/nsrddyn/Tests/CholeskyDecompositionTest.scala @@ -0,0 +1,16 @@ +package com.nsrddyn.Tests + +import com.nsrddyn.fpu.CholeskyDecomposition +import scala.collection.immutable.ListSet + +class CholeskyDecompositionTest extends CholeskyDecomposition { + + def test(): Unit = { + + val cdp: CholeskyDecomposition = new CholeskyDecomposition + val matrix: List[List[Int]] = List.empty[List[Int]] + + println(cdp.run(matrix)) + + } +} -- cgit v1.2.3-70-g09d2