180 lines
60 KiB
HTML
180 lines
60 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A `const` matrix type, with dimensions checked at compile time for all operations."><title>CMatrix in constgebra - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-42caa33d.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="constgebra" data-themes="" data-resource-suffix="" data-rustdoc-version="1.84.0 (9fc6b4312 2025-01-07)" data-channel="1.84.0" data-search-js="search-92e6798f.js" data-settings-js="settings-0f613d39.js" ><script src="../static.files/storage-59e33391.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../constgebra/index.html">constgebra</a><span class="version">0.1.4</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">CMatrix</a></h2><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.add" title="add">add</a></li><li><a href="#method.apply_each" title="apply_each">apply_each</a></li><li><a href="#method.dot" title="dot">dot</a></li><li><a href="#method.finish" title="finish">finish</a></li><li><a href="#method.finish_soft" title="finish_soft">finish_soft</a></li><li><a href="#method.finish_vector" title="finish_vector">finish_vector</a></li><li><a href="#method.finish_vector_soft" title="finish_vector_soft">finish_vector_soft</a></li><li><a href="#method.givens_l" title="givens_l">givens_l</a></li><li><a href="#method.givens_r" title="givens_r">givens_r</a></li><li><a href="#method.identity" title="identity">identity</a></li><li><a href="#method.mul" title="mul">mul</a></li><li><a href="#method.new" title="new">new</a></li><li><a href="#method.new_from_soft" title="new_from_soft">new_from_soft</a></li><li><a href="#method.new_vector" title="new_vector">new_vector</a></li><li><a href="#method.new_vector_from_soft" title="new_vector_from_soft">new_vector_from_soft</a></li><li><a href="#method.pinv" title="pinv">pinv</a></li><li><a href="#method.sub" title="sub">sub</a></li><li><a href="#method.svd" title="svd">svd</a></li><li><a href="#method.transpose" title="transpose">transpose</a></li><li><a href="#method.zero" title="zero">zero</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Clone-for-CMatrix%3CR,+C%3E" title="Clone">Clone</a></li><li><a href="#impl-Copy-for-CMatrix%3CR,+C%3E" title="Copy">Copy</a></li><li><a href="#impl-Default-for-CMatrix%3CR,+C%3E" title="Default">Default</a></li><li><a href="#impl-PartialEq-for-CMatrix%3CR,+C%3E" title="PartialEq">PartialEq</a></li><li><a href="#impl-PartialOrd-for-CMatrix%3CR,+C%3E" title="PartialOrd">PartialOrd</a></li><li><a href="#impl-StructuralPartialEq-for-CMatrix%3CR,+C%3E" title="StructuralPartialEq">StructuralPartialEq</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Freeze-for-CMatrix%3CR,+C%3E" title="Freeze">Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-CMatrix%3CR,+C%3E" title="RefUnwindSafe">RefUnwindSafe</a></li><li><a href="#impl-Send-for-CMatrix%3CR,+C%3E" title="Send">Send</a></li><li><a href="#impl-Sync-for-CMatrix%3CR,+C%3E" title="Sync">Sync</a></li><li><a href="#impl-Unpin-for-CMatrix%3CR,+C%3E" title="Unpin">Unpin</a></li><li><a href="#impl-UnwindSafe-for-CMatrix%3CR,+C%3E" title="UnwindSafe">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T" title="Any">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T" title="Borrow<T>">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T" title="BorrowMut<T>">BorrowMut<T></a></li><li><a href="#impl-CloneToUninit-for-T" title="CloneToUninit">CloneToUninit</a></li><li><a href="#impl-From%3CT%3E-for-T" title="From<T>">From<T></a></li><li><a href="#impl-Into%3CU%3E-for-T" title="Into<U>">Into<U></a></li><li><a href="#impl-TryFrom%3CU%3E-for-T" title="TryFrom<U>">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T" title="TryInto<U>">TryInto<U></a></li></ul></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate constgebra</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><span class="rustdoc-breadcrumbs"><a href="index.html">constgebra</a></span><h1>Struct <span class="struct">CMatrix</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/constgebra/comptime.rs.html#30">Source</a> </span></div><pre class="rust item-decl"><code>pub struct CMatrix<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>>(<span class="comment">/* private fields */</span>);</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A <code>const</code> matrix type, with dimensions checked at compile time
|
|
for all operations.</p>
|
|
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-CMatrix%3CR,+C%3E" class="impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#38-922">Source</a><a href="#impl-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#49-62">Source</a><h4 class="code-header">pub const fn <a href="#method.new" class="fn">new</a>(vals: [[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">C</a>]; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">R</a>]) -> Self</h4></section></summary><div class="docblock"><p>Create a <code>CMatrix</code> from a 2D array of <code>f64</code>.</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">const </span>ARRAY: [[f64; <span class="number">2</span>]; <span class="number">2</span>] = [
|
|
[<span class="number">4.0</span>, <span class="number">7.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">6.0</span>]
|
|
];
|
|
|
|
<span class="kw">const </span>CMATRIX: CMatrix::<<span class="number">2</span>, <span class="number">2</span>> = CMatrix::new(ARRAY);</code></pre></div>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.new_from_soft" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#66-68">Source</a><h4 class="code-header">pub const fn <a href="#method.new_from_soft" class="fn">new_from_soft</a>(vals: [[<a class="struct" href="../const_soft_float/soft_f64/struct.SoftF64.html" title="struct const_soft_float::soft_f64::SoftF64">Sf64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">C</a>]; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">R</a>]) -> Self</h4></section></summary><div class="docblock"><p>Equivalent to <code>CMatrix::new</code> using <code>const_soft_float::SoftF64</code>
|
|
instead of <code>f64.</code></p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.zero" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#71-75">Source</a><h4 class="code-header">pub const fn <a href="#method.zero" class="fn">zero</a>() -> Self</h4></section></summary><div class="docblock"><p>Create a <code>CMatrix</code> filled with zeroes.</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.identity" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#95-109">Source</a><h4 class="code-header">pub const fn <a href="#method.identity" class="fn">identity</a>() -> Self</h4></section></summary><div class="docblock"><p>Create an identity <code>CMatrix</code>.</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code> <span class="kw">const </span>LEFT: CMatrix<<span class="number">4</span>, <span class="number">3</span>> = CMatrix::new([
|
|
[<span class="number">1.0</span>, <span class="number">0.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">0.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">1.0</span>, <span class="number">1.0</span>, <span class="number">2.0</span>],
|
|
]);
|
|
|
|
<span class="kw">const </span>RIGHT: CMatrix<<span class="number">3</span>, <span class="number">3</span>> = CMatrix::identity();
|
|
|
|
<span class="kw">const </span>EXPECTED: [[f64; <span class="number">3</span>]; <span class="number">4</span>] = LEFT.finish();
|
|
|
|
<span class="kw">const </span>RESULT: [[f64; <span class="number">3</span>]; <span class="number">4</span>] = LEFT.mul(RIGHT).finish();
|
|
|
|
<span class="macro">assert_eq!</span>(EXPECTED, RESULT);</code></pre></div>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.finish" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#125-138">Source</a><h4 class="code-header">pub const fn <a href="#method.finish" class="fn">finish</a>(self) -> [[<a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">C</a>]; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">R</a>]</h4></section></summary><div class="docblock"><p>Converts a <code>CMatrix</code> back into a two-dimensional array.</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">const </span>ARRAY: [[f64; <span class="number">2</span>]; <span class="number">2</span>] = [
|
|
[<span class="number">4.0</span>, <span class="number">7.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">6.0</span>]
|
|
];
|
|
|
|
<span class="kw">const </span>CMATRIX: CMatrix::<<span class="number">2</span>, <span class="number">2</span>> = CMatrix::new(ARRAY);
|
|
|
|
<span class="kw">const </span>RESULT: [[f64; <span class="number">2</span>]; <span class="number">2</span>] = CMATRIX.finish();
|
|
|
|
<span class="macro">assert_eq!</span>(ARRAY, RESULT)</code></pre></div>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.finish_soft" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#141-143">Source</a><h4 class="code-header">pub const fn <a href="#method.finish_soft" class="fn">finish_soft</a>(self) -> [[<a class="struct" href="../const_soft_float/soft_f64/struct.SoftF64.html" title="struct const_soft_float::soft_f64::SoftF64">Sf64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">C</a>]; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">R</a>]</h4></section></summary><div class="docblock"><p><code>CMatrix::finish</code>, but returns <code>const_soft_float::SoftF64</code></p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.mul" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#193-212">Source</a><h4 class="code-header">pub const fn <a href="#method.mul" class="fn">mul</a><const OC: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>>(self, rhs: <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><C, OC>) -> <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, OC></h4></section></summary><div class="docblock"><p>Multiply two <code>CMatrix</code> and return the result. Columns
|
|
of self and rows of multiplier must agree in number.</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code> <span class="kw">const </span>LEFT: CMatrix<<span class="number">4</span>, <span class="number">3</span>> = CMatrix::new([
|
|
[<span class="number">1.0</span>, <span class="number">0.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">0.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">1.0</span>, <span class="number">1.0</span>, <span class="number">2.0</span>],
|
|
]);
|
|
|
|
<span class="kw">const </span>RIGHT: CMatrix<<span class="number">3</span>, <span class="number">3</span>> = CMatrix::new([
|
|
[<span class="number">1.0</span>, <span class="number">2.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">3.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">4.0</span>, <span class="number">2.0</span>, <span class="number">2.0</span>]
|
|
]);
|
|
|
|
<span class="kw">const </span>EXPECTED: [[f64; <span class="number">3</span>]; <span class="number">4</span>] = [
|
|
[<span class="number">5.0</span>, <span class="number">4.0</span>, <span class="number">3.0</span>],
|
|
[<span class="number">8.0</span>, <span class="number">9.0</span>, <span class="number">5.0</span>],
|
|
[<span class="number">6.0</span>, <span class="number">5.0</span>, <span class="number">3.0</span>],
|
|
[<span class="number">11.0</span>, <span class="number">9.0</span>, <span class="number">6.0</span>],
|
|
];
|
|
|
|
<span class="kw">const </span>RESULT: [[f64; <span class="number">3</span>]; <span class="number">4</span>] = LEFT.mul(RIGHT).finish();
|
|
|
|
<span class="macro">assert_eq!</span>(EXPECTED, RESULT);</code></pre></div>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.add" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#239-252">Source</a><h4 class="code-header">pub const fn <a href="#method.add" class="fn">add</a>(self, rhs: Self) -> Self</h4></section></summary><div class="docblock"><p>Add two <code>CMatrix</code> and return the result.</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">const </span>LEFT: CMatrix<<span class="number">3</span>, <span class="number">3</span>> = CMatrix::new([
|
|
[<span class="number">1.0</span>, <span class="number">0.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">0.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>]]
|
|
);
|
|
|
|
<span class="kw">const </span>RIGHT: CMatrix<<span class="number">3</span>, <span class="number">3</span>> = CMatrix::new([
|
|
[<span class="number">1.0</span>, <span class="number">2.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">3.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">4.0</span>, <span class="number">2.0</span>, <span class="number">2.0</span>]]
|
|
);
|
|
|
|
<span class="kw">const </span>EXPECTED: [[f64; <span class="number">3</span>]; <span class="number">3</span>] = [
|
|
[<span class="number">2.0</span>, <span class="number">2.0</span>, <span class="number">2.0</span>],
|
|
[<span class="number">4.0</span>, <span class="number">4.0</span>, <span class="number">2.0</span>],
|
|
[<span class="number">4.0</span>, <span class="number">3.0</span>, <span class="number">3.0</span>]
|
|
];
|
|
|
|
<span class="kw">const </span>RESULT: [[f64; <span class="number">3</span>]; <span class="number">3</span>] = LEFT.add(RIGHT).finish();
|
|
|
|
<span class="macro">assert_eq!</span>(EXPECTED, RESULT);</code></pre></div>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.sub" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#279-292">Source</a><h4 class="code-header">pub const fn <a href="#method.sub" class="fn">sub</a>(self, rhs: Self) -> Self</h4></section></summary><div class="docblock"><p>Subtract two <code>CMatrix</code> and return the result.</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">const </span>LEFT: CMatrix<<span class="number">3</span>, <span class="number">3</span>> = CMatrix::new([
|
|
[<span class="number">1.0</span>, <span class="number">2.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">3.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">4.0</span>, <span class="number">2.0</span>, <span class="number">2.0</span>]]
|
|
);
|
|
|
|
<span class="kw">const </span>RIGHT: CMatrix<<span class="number">3</span>, <span class="number">3</span>> = CMatrix::new([
|
|
[<span class="number">1.0</span>, <span class="number">0.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>],
|
|
[<span class="number">0.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>]]
|
|
);
|
|
|
|
<span class="kw">const </span>EXPECTED: [[f64; <span class="number">3</span>]; <span class="number">3</span>] = [
|
|
[<span class="number">0.0</span>, <span class="number">2.0</span>, <span class="number">0.0</span>],
|
|
[<span class="number">0.0</span>, <span class="number">2.0</span>, <span class="number">0.0</span>],
|
|
[<span class="number">4.0</span>, <span class="number">1.0</span>, <span class="number">1.0</span>]
|
|
];
|
|
|
|
<span class="kw">const </span>RESULT: [[f64; <span class="number">3</span>]; <span class="number">3</span>] = LEFT.sub(RIGHT).finish();
|
|
|
|
<span class="macro">assert_eq!</span>(EXPECTED, RESULT);</code></pre></div>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.apply_each" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#301-316">Source</a><h4 class="code-header">pub const fn <a href="#method.apply_each" class="fn">apply_each</a>(self, op: <a class="enum" href="enum.Operation.html" title="enum constgebra::Operation">Operation</a>) -> Self</h4></section></summary><div class="docblock"><p>Apply an operation to each member of the matrix separately. Especially
|
|
useful for scaling vectors</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">const </span>BASE: CMatrix<<span class="number">1</span>, <span class="number">3</span>> = CMatrix::new([[<span class="number">1.0</span>, <span class="number">2.0</span>, <span class="number">3.0</span>]]);
|
|
<span class="kw">const </span>MUL: CMatrix<<span class="number">1</span>, <span class="number">3</span>> = BASE.apply_each(Operation::Mul(<span class="number">3.0</span>));
|
|
<span class="macro">assert_eq!</span>([[<span class="number">3.0</span>, <span class="number">6.0</span>, <span class="number">9.0</span>]], MUL.finish());</code></pre></div>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.transpose" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#348-360">Source</a><h4 class="code-header">pub const fn <a href="#method.transpose" class="fn">transpose</a>(self) -> <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><C, R></h4></section></summary><div class="docblock"><p>Return the transpose of a <code>CMatrix</code>.</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">const </span>START: [[f64; <span class="number">2</span>]; <span class="number">2</span>] = [
|
|
[<span class="number">4.0</span>, <span class="number">7.0</span>],
|
|
[<span class="number">2.0</span>, <span class="number">6.0</span>]
|
|
];
|
|
|
|
<span class="kw">const </span>EXPECTED: [[f64; <span class="number">2</span>]; <span class="number">2</span>] = [
|
|
[<span class="number">4.0</span>, <span class="number">2.0</span>],
|
|
[<span class="number">7.0</span>, <span class="number">6.0</span>]
|
|
];
|
|
|
|
<span class="kw">const </span>RESULT: [[f64; <span class="number">2</span>]; <span class="number">2</span>] =
|
|
CMatrix::new(START).transpose().finish();
|
|
|
|
<span class="macro">assert_eq!</span>(EXPECTED, RESULT)</code></pre></div>
|
|
</div></details><section id="method.givens_l" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#363-391">Source</a><h4 class="code-header">pub const fn <a href="#method.givens_l" class="fn">givens_l</a>(self, m: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, a: <a class="struct" href="../const_soft_float/soft_f64/struct.SoftF64.html" title="struct const_soft_float::soft_f64::SoftF64">Sf64</a>, b: <a class="struct" href="../const_soft_float/soft_f64/struct.SoftF64.html" title="struct const_soft_float::soft_f64::SoftF64">Sf64</a>) -> Self</h4></section><section id="method.givens_r" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#394-422">Source</a><h4 class="code-header">pub const fn <a href="#method.givens_r" class="fn">givens_r</a>(self, m: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, a: <a class="struct" href="../const_soft_float/soft_f64/struct.SoftF64.html" title="struct const_soft_float::soft_f64::SoftF64">Sf64</a>, b: <a class="struct" href="../const_soft_float/soft_f64/struct.SoftF64.html" title="struct const_soft_float::soft_f64::SoftF64">Sf64</a>) -> Self</h4></section><details class="toggle method-toggle" open><summary><section id="method.svd" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#460-580">Source</a><h4 class="code-header">pub const fn <a href="#method.svd" class="fn">svd</a>(self, epsilon: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.f64.html">f64</a>) -> <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><C, R></h4></section></summary><div class="docblock"><p>Singular Value Decomposition</p>
|
|
</div></details><section id="method.pinv" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#915-921">Source</a><h4 class="code-header">pub const fn <a href="#method.pinv" class="fn">pinv</a>(self, epsilon: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.f64.html">f64</a>) -> <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><C, R></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-CMatrix%3C1,+N%3E" class="impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#924-976">Source</a><a href="#impl-CMatrix%3C1,+N%3E" class="anchor">§</a><h3 class="code-header">impl<const N: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><1, N></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new_vector" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#933-935">Source</a><h4 class="code-header">pub const fn <a href="#method.new_vector" class="fn">new_vector</a>(vals: [<a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">N</a>]) -> <a class="type" href="type.CVector.html" title="type constgebra::CVector">CVector</a><N></h4></section></summary><div class="docblock"><p>Special case of <code>CMatrix::new</code> for constructing a CVector
|
|
Always returns a row vector, follow with <code>transpose</code> to build
|
|
a column vector</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">const </span>ARRAY: [f64; <span class="number">2</span>] = [<span class="number">4.0</span>, <span class="number">7.0</span>];
|
|
|
|
<span class="kw">const </span>ROWVECTOR: CVector::<<span class="number">2</span>> = CVector::new_vector(ARRAY);</code></pre></div>
|
|
</div></details><section id="method.new_vector_from_soft" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#937-939">Source</a><h4 class="code-header">pub const fn <a href="#method.new_vector_from_soft" class="fn">new_vector_from_soft</a>(vals: [<a class="struct" href="../const_soft_float/soft_f64/struct.SoftF64.html" title="struct const_soft_float::soft_f64::SoftF64">Sf64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">N</a>]) -> Self</h4></section><details class="toggle method-toggle" open><summary><section id="method.dot" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#952-954">Source</a><h4 class="code-header">pub const fn <a href="#method.dot" class="fn">dot</a>(self, other: Self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.f64.html">f64</a></h4></section></summary><div class="docblock"><p>Dot product of two <code>CVector</code> of the same size.</p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">const </span>LEFT: CVector<<span class="number">3</span>> = CVector::new_vector([<span class="number">1.0</span>, <span class="number">3.0</span>, -<span class="number">5.0</span>]);
|
|
<span class="kw">const </span>RIGHT: CVector<<span class="number">3</span>> = CVector::new_vector([<span class="number">4.0</span>, -<span class="number">2.0</span>, -<span class="number">1.0</span>]);
|
|
|
|
<span class="kw">const </span>EXPECTED: f64 = <span class="number">3.0</span>;
|
|
<span class="kw">const </span>RESULT: f64 = LEFT.dot(RIGHT);
|
|
|
|
<span class="macro">assert_eq!</span>(EXPECTED, RESULT)</code></pre></div>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.finish_vector" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#968-970">Source</a><h4 class="code-header">pub const fn <a href="#method.finish_vector" class="fn">finish_vector</a>(self) -> [<a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.f64.html">f64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">N</a>]</h4></section></summary><div class="docblock"><p>Special case of <code>CMatrix::finish</code> for use with a CVector,
|
|
returns <code>[f64 ; N]</code> instead of <code>[[f64 ; N]; 1]</code></p>
|
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">const </span>ARRAY: [f64; <span class="number">2</span>] = [<span class="number">4.0</span>, <span class="number">7.0</span>];
|
|
|
|
<span class="kw">const </span>CVECTOR: CVector::<<span class="number">2</span>> = CVector::new_vector(ARRAY);
|
|
|
|
<span class="kw">const </span>RESULT: [f64; <span class="number">2</span>] = CVECTOR.finish_vector();
|
|
|
|
<span class="macro">assert_eq!</span>(ARRAY, RESULT)</code></pre></div>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.finish_vector_soft" class="method"><a class="src rightside" href="../src/constgebra/comptime.rs.html#973-975">Source</a><h4 class="code-header">pub const fn <a href="#method.finish_vector_soft" class="fn">finish_vector_soft</a>(self) -> [<a class="struct" href="../const_soft_float/soft_f64/struct.SoftF64.html" title="struct const_soft_float::soft_f64::SoftF64">Sf64</a>; <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.array.html">N</a>]</h4></section></summary><div class="docblock"><p><code>CVector::finish_vector</code>, but returns soft floats</p>
|
|
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-CMatrix%3CR,+C%3E" class="impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#29">Source</a><a href="#impl-Clone-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#29">Source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&self) -> <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.84.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.84.0/src/core/clone.rs.html#174">Source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&mut self, source: &Self)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.84.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Default-for-CMatrix%3CR,+C%3E" class="impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#32-36">Source</a><a href="#impl-Default-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.default" class="method trait-impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#33-35">Source</a><a href="#method.default" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/default/trait.Default.html#tymethod.default" class="fn">default</a>() -> Self</h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a href="https://doc.rust-lang.org/1.84.0/core/default/trait.Default.html#tymethod.default">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq-for-CMatrix%3CR,+C%3E" class="impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#29">Source</a><a href="#impl-PartialEq-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#29">Source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C>) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.84.0/src/core/cmp.rs.html#261">Source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
|
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialOrd-for-CMatrix%3CR,+C%3E" class="impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#29">Source</a><a href="#impl-PartialOrd-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.partial_cmp" class="method trait-impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#29">Source</a><a href="#method.partial_cmp" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp" class="fn">partial_cmp</a>(&self, other: &<a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/1.84.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><div class='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.lt" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.84.0/src/core/cmp.rs.html#1335">Source</a></span><a href="#method.lt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#method.lt" class="fn">lt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.le" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.84.0/src/core/cmp.rs.html#1353">Source</a></span><a href="#method.le" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#method.le" class="fn">le</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the
|
|
<code><=</code> operator. <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#method.le">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.gt" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.84.0/src/core/cmp.rs.html#1371">Source</a></span><a href="#method.gt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#method.gt" class="fn">gt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code>
|
|
operator. <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.ge" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.84.0/src/core/cmp.rs.html#1389">Source</a></span><a href="#method.ge" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#method.ge" class="fn">ge</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by
|
|
the <code>>=</code> operator. <a href="https://doc.rust-lang.org/1.84.0/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></div></details></div></details><section id="impl-Copy-for-CMatrix%3CR,+C%3E" class="impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#29">Source</a><a href="#impl-Copy-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section><section id="impl-StructuralPartialEq-for-CMatrix%3CR,+C%3E" class="impl"><a class="src rightside" href="../src/constgebra/comptime.rs.html#29">Source</a><a href="#impl-StructuralPartialEq-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-CMatrix%3CR,+C%3E" class="impl"><a href="#impl-Freeze-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section><section id="impl-RefUnwindSafe-for-CMatrix%3CR,+C%3E" class="impl"><a href="#impl-RefUnwindSafe-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section><section id="impl-Send-for-CMatrix%3CR,+C%3E" class="impl"><a href="#impl-Send-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section><section id="impl-Sync-for-CMatrix%3CR,+C%3E" class="impl"><a href="#impl-Sync-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section><section id="impl-Unpin-for-CMatrix%3CR,+C%3E" class="impl"><a href="#impl-Unpin-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section><section id="impl-UnwindSafe-for-CMatrix%3CR,+C%3E" class="impl"><a href="#impl-UnwindSafe-for-CMatrix%3CR,+C%3E" class="anchor">§</a><h3 class="code-header">impl<const R: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>, const C: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.usize.html">usize</a>> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.CMatrix.html" title="struct constgebra::CMatrix">CMatrix</a><R, C></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/any.rs.html#138">Source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
|
|
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/any.rs.html#139">Source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.84.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/borrow.rs.html#209">Source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/borrow.rs.html#211">Source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.84.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/borrow.rs.html#217">Source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
|
|
T: ?<a class="trait" href="https://doc.rust-lang.org/1.84.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/borrow.rs.html#218">Source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.84.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-CloneToUninit-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/clone.rs.html#273">Source</a><a href="#impl-CloneToUninit-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/clone/trait.CloneToUninit.html" title="trait core::clone::CloneToUninit">CloneToUninit</a> for T<div class="where">where
|
|
T: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone_to_uninit" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/clone.rs.html#275">Source</a><a href="#method.clone_to_uninit" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="https://doc.rust-lang.org/1.84.0/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit" class="fn">clone_to_uninit</a>(&self, dst: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.84.0/core/primitive.u8.html">u8</a>)</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>clone_to_uninit</code>)</span></div></span><div class='docblock'>Performs copy-assignment from <code>self</code> to <code>dst</code>. <a href="https://doc.rust-lang.org/1.84.0/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#765">Source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#768">Source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#748-750">Source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
|
|
U: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#758">Source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
|
<p>That is, this conversion is whatever the implementation of
|
|
<code><a href="https://doc.rust-lang.org/1.84.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
|
|
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#805-807">Source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
|
|
U: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#809">Source</a><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#812">Source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#790-792">Source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
|
|
U: <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#794">Source</a><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.84.0/src/core/convert/mod.rs.html#797">Source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.84.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html> |