Sébastien Crozet
|
d806669cc7
|
Fix Matrix::pow and make it work only with positive exponents
|
2021-12-30 23:03:43 +01:00 |
|
Violeta Hernández
|
281b140365
|
Fix most clippy warnings
|
2021-06-18 09:45:37 +02:00 |
|
Violeta Hernández
|
7643a24cc1
|
Result<(), ()> to bool (#916)
|
2021-06-17 09:44:06 +02:00 |
|
Crozet Sébastien
|
cc4427e52b
|
Make matrix power work for non-owned matrices.
|
2021-04-11 14:07:06 +02:00 |
|
Violeta Hernández
|
341091f647
|
pow_mut now returns Result .
|
2021-04-10 00:12:26 -05:00 |
|
Violeta Hernández
|
81f2fc38d7
|
Use mul_to instead of square_buf
Didn't realize that this was something that was already implemented.
|
2021-04-09 23:59:22 -05:00 |
|
Violeta Hernández
|
15a63cb892
|
Memory improvements, extra comments.
The result of `multiplier ^ 2` is now written into a single buffer.
|
2021-04-09 23:43:59 -05:00 |
|
Violeta Hernández
|
06b657ad49
|
Added pow_mut.
Actually, I think this will do.
|
2021-04-05 12:32:12 -05:00 |
|
Violeta Hernández
|
ab85766b5a
|
Added pow function.
I'll try adding some unchecked and in place variants soon.
|
2021-04-05 12:17:49 -05:00 |
|