diff --git a/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt b/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt index b07587752..ab7ea9a22 100644 --- a/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt +++ b/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt @@ -71,8 +71,8 @@ public interface MatrixContext> : SpaceOperations): M = m * this /** - * Gets a feature from the matrix. This function may return some additional features than - * [kscience.kmath.structures.NDStructure.getFeature]. + * Gets a feature from the matrix. This function may return some additional features to + * [kscience.kmath.nd.NDStructure.getFeature]. * * @param F the type of feature. * @param m the matrix. @@ -101,8 +101,8 @@ public interface MatrixContext> : SpaceOperations