Skip to content

Commit

Permalink
README: Add link to 'solve' method api docs (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym authored Dec 27, 2023
1 parent 6960270 commit 027ddfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 13.12.2
- `README`:
- Add link to `solve` method api docs

## 13.12.1
- `Vector`:
- Extracting values from cache for `exp` and `prod` methods fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ A matrix notation for [a system of linear equations](https://en.wikipedia.org/wi
AX=B
```

To solve the system and find `X`, one may use the `solve` method:
To solve the system and find `X`, one may use the [`solve`](https://pub.dev/documentation/ml_linalg/latest/matrix/Matrix/solve.html) method:

````Dart
import 'package:ml_linalg/linalg.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ml_linalg
description: SIMD-based linear algebra and statistics, efficient manipulation with numeric data
version: 13.12.1
version: 13.12.2
homepage: https://github.com/gyrdym/ml_linalg

environment:
Expand Down

0 comments on commit 027ddfa

Please sign in to comment.