dimforge / dimforge/nalgebra.rs

Misleading docs about matrix divison

Open
#83 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7
Forks
25
PR merge metrics
No merged PRs in 30d

Description

Quoting from the [docs](https://nalgebra.org/docs/user_guide/vectors_and_matrices/#matrix-operations):

> Multiplication and division requires the matrix on the left-hand-side to have as many columns as the number of rows of the matrix on the right-hand-side.

This is not true for division: only division by a scalar is supported, or alternatively component-wise with `.component_div`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.