You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/nalgebra/base/default_allocator/struct.DefaultAllocator.html

33 lines
63 KiB

5 years ago
<!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="API documentation for the Rust `DefaultAllocator` struct in crate `nalgebra`."><meta name="keywords" content="rust, rustlang, rust-lang, DefaultAllocator"><title>nalgebra::base::default_allocator::DefaultAllocator - Rust</title><link rel="stylesheet" type="text/css" href="../../../normalize.css"><link rel="stylesheet" type="text/css" href="../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../../dark.css"><link rel="stylesheet" type="text/css" href="../../../light.css" id="themeStyle"><script src="../../../storage.js"></script><noscript><link rel="stylesheet" href="../../../noscript.css"></noscript><link rel="shortcut icon" href="http://nalgebra.org/img/favicon.ico"><style type="text/css">#crate-search{background-image:url("../../../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../../../nalgebra/index.html'><div class='logo-container'><img src='../../../rust-logo.png' alt='logo'></div></a><p class='location'>Struct DefaultAllocator</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Allocator%3CN%2C%20Dynamic%2C%20C%3E">Allocator&lt;N, Dynamic, C&gt;</a><a href="#impl-Allocator%3CN%2C%20R%2C%20C%3E">Allocator&lt;N, R, C&gt;</a><a href="#impl-Allocator%3CN%2C%20R%2C%20Dynamic%3E">Allocator&lt;N, R, Dynamic&gt;</a><a href="#impl-Reallocator%3CN%2C%20Dynamic%2C%20CFrom%2C%20Dynamic%2C%20CTo%3E">Reallocator&lt;N, Dynamic, CFrom, Dynamic, CTo&gt;</a><a href="#impl-Reallocator%3CN%2C%20Dynamic%2C%20CFrom%2C%20RTo%2C%20Dynamic%3E">Reallocator&lt;N, Dynamic, CFrom, RTo, Dynamic&gt;</a><a href="#impl-Reallocator%3CN%2C%20RFrom%2C%20CFrom%2C%20Dynamic%2C%20CTo%3E">Reallocator&lt;N, RFrom, CFrom, Dynamic, CTo&gt;</a><a href="#impl-Reallocator%3CN%2C%20RFrom%2C%20CFrom%2C%20RTo%2C%20CTo%3E">Reallocator&lt;N, RFrom, CFrom, RTo, CTo&gt;</a><a href="#impl-Reallocator%3CN%2C%20RFrom%2C%20CFrom%2C%20RTo%2C%20Dynamic%3E">Reallocator&lt;N, RFrom, CFrom, RTo, Dynamic&gt;</a><a href="#impl-Reallocator%3CN%2C%20RFrom%2C%20Dynamic%2C%20Dynamic%2C%20CTo%3E">Reallocator&lt;N, RFrom, Dynamic, Dynamic, CTo&gt;</a><a href="#impl-Reallocator%3CN%2C%20RFrom%2C%20Dynamic%2C%20RTo%2C%20Dynamic%3E">Reallocator&lt;N, RFrom, Dynamic, RTo, Dynamic&gt;</a><a href="#impl-SameShapeAllocator%3CN%2C%20R1%2C%20C1%2C%20R2%2C%20C2%3E">SameShapeAllocator&lt;N, R1, C1, R2, C2&gt;</a><a href="#impl-SameShapeVectorAllocator%3CN%2C%20R1%2C%20R2%3E">SameShapeVectorAllocator&lt;N, R1, R2&gt;</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><a class="sidebar-title" href="#blanket-implementations">Blanket Implementations</a><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow&lt;T&gt;</a><a href="#impl-BorrowMut%3CT%3E">BorrowMut&lt;T&gt;</a><a href="#impl-From%3CT%3E">From&lt;T&gt;</a><a href="#impl-Into%3CU%3E">Into&lt;U&gt;</a><a href="#impl-Same%3CT%3E">Same&lt;T&gt;</a><a href="#impl-SupersetOf%3CSS%3E">SupersetOf&lt;SS&gt;</a><a href="#impl-TryFrom%3CU%3E">TryFrom&lt;U&gt;</a><a href="#impl-TryInto%3CU%3E">TryInto&lt;U&gt;</a></div></div><p class='location'><a href='../../index.html'>nalgebra</a>::<wbr><a href='../index.html'>base</a>::<wbr><a href='index.html'>default_allocator</a></p><script>window.sidebarCurrent = {name: 'DefaultAllocator', ty: 'struct', relpath: ''};</script><script defer src="sidebar-it
matrices respectively.</p>
</div><h2 id='implementations' class='small-section-header'>Trait Implementations<a href='#implementations' class='anchor'></a></h2><div id='implementations-list'><h3 id='impl-Allocator%3CN%2C%20R%2C%20C%3E' class='impl'><code class='in-band'>impl&lt;N, R, C&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Allocator.html" title="trait nalgebra::base::allocator::Allocator">Allocator</a>&lt;N, R, C&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;N: <a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;R: <a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;C: <a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;R::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;C::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="type" href="../../../typenum/operator_aliases/type.Prod.html" title="type typenum::operator_aliases::Prod">Prod</a>&lt;R::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>, C::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>&gt;: <a class="trait" href="../../../generic_array/trait.ArrayLength.html" title="trait generic_array::ArrayLength">ArrayLength</a>&lt;N&gt;,&nbsp;</span></code><a href='#impl-Allocator%3CN%2C%20R%2C%20C%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#37-74' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Buffer' class="type"><code id='Buffer.t'>type <a href='../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer' class="type">Buffer</a> = <a class="struct" href="../../../nalgebra/base/struct.ArrayStorage.html" title="struct nalgebra::base::ArrayStorage">ArrayStorage</a>&lt;N, R, C&gt;</code></h4><div class='docblock'><p>The type of buffer this allocator can instanciate.</p>
</div><h4 id='method.allocate_uninitialized' class="method hidden"><code id='allocate_uninitialized.v'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Allocator.html#tymethod.allocate_uninitialized' class='fnname'>allocate_uninitialized</a>(_: R, _: C) -&gt; Self::<a class="type" href="../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer" title="type nalgebra::base::allocator::Allocator::Buffer">Buffer</a></code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#48-50' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Allocates a buffer with the given number of rows and columns without initializing its content.</p>
</div><h4 id='method.allocate_from_iterator' class="method hidden"><code id='allocate_from_iterator.v'>fn <a href='../../../nalgebra/base/allocator/trait.Allocator.html#tymethod.allocate_from_iterator' class='fnname'>allocate_from_iterator</a>&lt;I:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a>&lt;Item = N&gt;&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;nrows: R, <br>&nbsp;&nbsp;&nbsp;&nbsp;ncols: C, <br>&nbsp;&nbsp;&nbsp;&nbsp;iter: I<br>) -&gt; Self::<a class="type" href="../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer" title="type nalgebra::base::allocator::Allocator::Buffer">Buffer</a></code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#53-73' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Allocates a buffer initialized with the content of the given iterator.</p>
</div></div><h3 id='impl-Allocator%3CN%2C%20Dynamic%2C%20C%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>, C:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Allocator.html" title="trait nalgebra::base::allocator::Allocator">Allocator</a>&lt;N, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, C&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a></code><a href='#impl-Allocator%3CN%2C%20Dynamic%2C%20C%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#79-106' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Buffer-1' class="type"><code id='Buffer.t-1'>type <a href='../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer' class="type">Buffer</a> = <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, C&gt;</code></h4><div class='docblock'><p>The type of buffer this allocator can instanciate.</p>
</div><h4 id='method.allocate_uninitialized-1' class="method hidden"><code id='allocate_uninitialized.v-1'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Allocator.html#tymethod.allocate_uninitialized' class='fnname'>allocate_uninitialized</a>(nrows: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, ncols: C) -&gt; Self::<a class="type" href="../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer" title="type nalgebra::base::allocator::Allocator::Buffer">Buffer</a></code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#83-90' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Allocates a buffer with the given number of rows and columns without initializing its content.</p>
</div><h4 id='method.allocate_from_iterator-1' class="method hidden"><code id='allocate_from_iterator.v-1'>fn <a href='../../../nalgebra/base/allocator/trait.Allocator.html#tymethod.allocate_from_iterator' class='fnname'>allocate_from_iterator</a>&lt;I:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a>&lt;Item = N&gt;&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;nrows: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;ncols: C, <br>&nbsp;&nbsp;&nbsp;&nbsp;iter: I<br>) -&gt; Self::<a class="type" href="../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer" title="type nalgebra::base::allocator::Allocator::Buffer">Buffer</a></code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#93-105' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Allocates a buffer initialized with the content of the given iterator.</p>
</div></div><h3 id='impl-Allocator%3CN%2C%20R%2C%20Dynamic%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>, R:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Allocator.html" title="trait nalgebra::base::allocator::Allocator">Allocator</a>&lt;N, R, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a></code><a href='#impl-Allocator%3CN%2C%20R%2C%20Dynamic%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#110-137' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Buffer-2' class="type"><code id='Buffer.t-2'>type <a href='../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer' class="type">Buffer</a> = <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, R, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt;</code></h4><div class='docblock'><p>The type of buffer this allocator can instanciate.</p>
</div><h4 id='method.allocate_uninitialized-2' class="method hidden"><code id='allocate_uninitialized.v-2'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Allocator.html#tymethod.allocate_uninitialized' class='fnname'>allocate_uninitialized</a>(nrows: R, ncols: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>) -&gt; Self::<a class="type" href="../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer" title="type nalgebra::base::allocator::Allocator::Buffer">Buffer</a></code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#114-121' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Allocates a buffer with the given number of rows and columns without initializing its content.</p>
</div><h4 id='method.allocate_from_iterator-2' class="method hidden"><code id='allocate_from_iterator.v-2'>fn <a href='../../../nalgebra/base/allocator/trait.Allocator.html#tymethod.allocate_from_iterator' class='fnname'>allocate_from_iterator</a>&lt;I:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a>&lt;Item = N&gt;&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;nrows: R, <br>&nbsp;&nbsp;&nbsp;&nbsp;ncols: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;iter: I<br>) -&gt; Self::<a class="type" href="../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer" title="type nalgebra::base::allocator::Allocator::Buffer">Buffer</a></code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#124-136' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Allocates a buffer initialized with the content of the given iterator.</p>
</div></div><h3 id='impl-Reallocator%3CN%2C%20RFrom%2C%20CFrom%2C%20RTo%2C%20CTo%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>, RFrom, CFrom, RTo, CTo&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Reallocator.html" title="trait nalgebra::base::allocator::Reallocator">Reallocator</a>&lt;N, RFrom, CFrom, RTo, CTo&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;RFrom: <a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;CFrom: <a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;RTo: <a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;CTo: <a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: <a class="trait" href="../../../nalgebra/base/allocator/trait.Allocator.html" title="trait nalgebra::base::allocator::Allocator">Allocator</a>&lt;N, RFrom, CFrom&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;RTo::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;CTo::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="type" href="../../../typenum/operator_aliases/type.Prod.html" title="type typenum::operator_aliases::Prod">Prod</a>&lt;RTo::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>, CTo::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>&gt;: <a class="trait" href="../../../generic_array/trait.ArrayLength.html" title="trait generic_array::ArrayLength">ArrayLength</a>&lt;N&gt;,&nbsp;</span></code><a href='#impl-Reallocator%3CN%2C%20RFrom%2C%20CFrom%2C%20RTo%2C%20CTo%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#145-172' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.reallocate_copy' class="method hidden"><code id='reallocate_copy.v'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy' class='fnname'>reallocate_copy</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;rto: RTo, <br>&nbsp;&nbsp;&nbsp;&nbsp;cto: CTo, <br>&nbsp;&nbsp;&nbsp;&nbsp;buf: Self::<a class="type" href="../../../nalgebra/base/allocator/trait.Allocator.html#associatedtype.Buffer" title="type nalgebra::base::allocator::Allocator::Buffer">Buffer</a><br>) -&gt; <a class="struct" href="../../../nalgebra/base/struct.ArrayStorage.html" title="struct nalgebra::base::ArrayStorage">ArrayStorage</a>&lt;N, RTo, CTo&gt;</code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#156-171' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Reallocates a buffer of shape <code>(RTo, CTo)</code>, possibly reusing a previously allocated buffer <code>buf</code>. Data stored by <code>buf</code> are linearly copied to the output: <a href="../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy">Read more</a></p>
</div></div><h3 id='impl-Reallocator%3CN%2C%20RFrom%2C%20CFrom%2C%20Dynamic%2C%20CTo%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>, RFrom, CFrom, CTo&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Reallocator.html" title="trait nalgebra::base::allocator::Reallocator">Reallocator</a>&lt;N, RFrom, CFrom, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CTo&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;RFrom: <a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;CFrom: <a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;CTo: <a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;RFrom::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;CFrom::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="type" href="../../../typenum/operator_aliases/type.Prod.html" title="type typenum::operator_aliases::Prod">Prod</a>&lt;RFrom::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>, CFrom::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>&gt;: <a class="trait" href="../../../generic_array/trait.ArrayLength.html" title="trait generic_array::ArrayLength">ArrayLength</a>&lt;N&gt;,&nbsp;</span></code><a href='#impl-Reallocator%3CN%2C%20RFrom%2C%20CFrom%2C%20Dynamic%2C%20CTo%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#176-201' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.reallocate_copy-1' class="method hidden"><code id='reallocate_copy.v-1'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy' class='fnname'>reallocate_copy</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;rto: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;cto: CTo, <br>&nbsp;&nbsp;&nbsp;&nbsp;buf: <a class="struct" href="../../../nalgebra/base/struct.ArrayStorage.html" title="struct nalgebra::base::ArrayStorage">ArrayStorage</a>&lt;N, RFrom, CFrom&gt;<br>) -&gt; <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CTo&gt;</code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#185-200' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Reallocates a buffer of shape <code>(RTo, CTo)</code>, possibly reusing a previously allocated buffer <code>buf</code>. Data stored by <code>buf</code> are linearly copied to the output: <a href="../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy">Read mo
</div></div><h3 id='impl-Reallocator%3CN%2C%20RFrom%2C%20CFrom%2C%20RTo%2C%20Dynamic%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>, RFrom, CFrom, RTo&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Reallocator.html" title="trait nalgebra::base::allocator::Reallocator">Reallocator</a>&lt;N, RFrom, CFrom, RTo, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;RFrom: <a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;CFrom: <a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;RTo: <a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;RFrom::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;CFrom::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="type" href="../../../typenum/operator_aliases/type.Prod.html" title="type typenum::operator_aliases::Prod">Prod</a>&lt;RFrom::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>, CFrom::<a class="type" href="../../../nalgebra/base/dimension/trait.DimName.html#associatedtype.Value" title="type nalgebra::base::dimension::DimName::Value">Value</a>&gt;: <a class="trait" href="../../../generic_array/trait.ArrayLength.html" title="trait generic_array::ArrayLength">ArrayLength</a>&lt;N&gt;,&nbsp;</span></code><a href='#impl-Reallocator%3CN%2C%20RFrom%2C%20CFrom%2C%20RTo%2C%20Dynamic%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#205-230' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.reallocate_copy-2' class="method hidden"><code id='reallocate_copy.v-2'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy' class='fnname'>reallocate_copy</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;rto: RTo, <br>&nbsp;&nbsp;&nbsp;&nbsp;cto: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;buf: <a class="struct" href="../../../nalgebra/base/struct.ArrayStorage.html" title="struct nalgebra::base::ArrayStorage">ArrayStorage</a>&lt;N, RFrom, CFrom&gt;<br>) -&gt; <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, RTo, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt;</code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#214-229' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Reallocates a buffer of shape <code>(RTo, CTo)</code>, possibly reusing a previously allocated buffer <code>buf</code>. Data stored by <code>buf</code> are linearly copied to the output: <a href="../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_c
</div></div><h3 id='impl-Reallocator%3CN%2C%20Dynamic%2C%20CFrom%2C%20Dynamic%2C%20CTo%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>, CFrom:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>, CTo:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Reallocator.html" title="trait nalgebra::base::allocator::Reallocator">Reallocator</a>&lt;N, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CFrom, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CTo&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a></code><a href='#impl-Reallocator%3CN%2C%20Dynamic%2C%20CFrom%2C%20Dynamic%2C%20CTo%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#234-247' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.reallocate_copy-3' class="method hidden"><code id='reallocate_copy.v-3'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy' class='fnname'>reallocate_copy</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;rto: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;cto: CTo, <br>&nbsp;&nbsp;&nbsp;&nbsp;buf: <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CFrom&gt;<br>) -&gt; <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CTo&gt;</code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#238-246' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Reallocates a buffer of shape <code>(RTo, CTo)</code>, possibly reusing a previously allocated buffer <code>buf</code>. Data stored by <code>buf</code> are linearly copied to the output: <a href="../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy">Read more</a></p>
</div></div><h3 id='impl-Reallocator%3CN%2C%20Dynamic%2C%20CFrom%2C%20RTo%2C%20Dynamic%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>, CFrom:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>, RTo:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Reallocator.html" title="trait nalgebra::base::allocator::Reallocator">Reallocator</a>&lt;N, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CFrom, RTo, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a></code><a href='#impl-Reallocator%3CN%2C%20Dynamic%2C%20CFrom%2C%20RTo%2C%20Dynamic%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#250-263' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.reallocate_copy-4' class="method hidden"><code id='reallocate_copy.v-4'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy' class='fnname'>reallocate_copy</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;rto: RTo, <br>&nbsp;&nbsp;&nbsp;&nbsp;cto: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;buf: <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CFrom&gt;<br>) -&gt; <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, RTo, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt;</code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#254-262' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Reallocates a buffer of shape <code>(RTo, CTo)</code>, possibly reusing a previously allocated buffer <code>buf</code>. Data stored by <code>buf</code> are linearly copied to the output: <a href="../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy">Read more</a></p>
</div></div><h3 id='impl-Reallocator%3CN%2C%20RFrom%2C%20Dynamic%2C%20Dynamic%2C%20CTo%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>, RFrom:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>, CTo:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Reallocator.html" title="trait nalgebra::base::allocator::Reallocator">Reallocator</a>&lt;N, RFrom, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CTo&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a></code><a href='#impl-Reallocator%3CN%2C%20RFrom%2C%20Dynamic%2C%20Dynamic%2C%20CTo%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#266-279' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.reallocate_copy-5' class="method hidden"><code id='reallocate_copy.v-5'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy' class='fnname'>reallocate_copy</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;rto: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;cto: CTo, <br>&nbsp;&nbsp;&nbsp;&nbsp;buf: <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, RFrom, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt;<br>) -&gt; <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, CTo&gt;</code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#270-278' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Reallocates a buffer of shape <code>(RTo, CTo)</code>, possibly reusing a previously allocated buffer <code>buf</code>. Data stored by <code>buf</code> are linearly copied to the output: <a href="../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy">Read more</a></p>
</div></div><h3 id='impl-Reallocator%3CN%2C%20RFrom%2C%20Dynamic%2C%20RTo%2C%20Dynamic%3E' class='impl'><code class='in-band'>impl&lt;N:&nbsp;<a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>, RFrom:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>, RTo:&nbsp;<a class="trait" href="../../../nalgebra/base/dimension/trait.DimName.html" title="trait nalgebra::base::dimension::DimName">DimName</a>&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.Reallocator.html" title="trait nalgebra::base::allocator::Reallocator">Reallocator</a>&lt;N, RFrom, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, RTo, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a></code><a href='#impl-Reallocator%3CN%2C%20RFrom%2C%20Dynamic%2C%20RTo%2C%20Dynamic%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#282-295' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.reallocate_copy-6' class="method hidden"><code id='reallocate_copy.v-6'>unsafe fn <a href='../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy' class='fnname'>reallocate_copy</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;rto: RTo, <br>&nbsp;&nbsp;&nbsp;&nbsp;cto: <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;buf: <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, RFrom, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt;<br>) -&gt; <a class="struct" href="../../../nalgebra/base/struct.VecStorage.html" title="struct nalgebra::base::VecStorage">VecStorage</a>&lt;N, RTo, <a class="struct" href="../../../nalgebra/base/dimension/struct.Dynamic.html" title="struct nalgebra::base::dimension::Dynamic">Dynamic</a>&gt;</code><a class='srclink' href='../../../src/nalgebra/base/default_allocator.rs.html#286-294' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Reallocates a buffer of shape <code>(RTo, CTo)</code>, possibly reusing a previously allocated buffer <code>buf</code>. Data stored by <code>buf</code> are linearly copied to the output: <a href="../../../nalgebra/base/allocator/trait.Reallocator.html#tymethod.reallocate_copy">Read more</a></p>
</div></div><h3 id='impl-SameShapeAllocator%3CN%2C%20R1%2C%20C1%2C%20R2%2C%20C2%3E' class='impl'><code class='in-band'>impl&lt;N, R1, R2, C1, C2&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.SameShapeAllocator.html" title="trait nalgebra::base::allocator::SameShapeAllocator">SameShapeAllocator</a>&lt;N, R1, C1, R2, C2&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;R1: <a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;R2: <a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;C1: <a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;C2: <a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;N: <a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a>: <a class="trait" href="../../../nalgebra/base/allocator/trait.Allocator.html" title="trait nalgebra::base::allocator::Allocator">Allocator</a>&lt;N, R1, C1&gt; + <a class="trait" href="../../../nalgebra/base/allocator/trait.Allocator.html" title="trait nalgebra::base::allocator::Allocator">Allocator</a>&lt;N, <a class="type" href="../../../nalgebra/base/allocator/type.SameShapeR.html" title="type nalgebra::base::allocator::SameShapeR">SameShapeR</a>&lt;R1, R2&gt;, <a class="type" href="../../../nalgebra/base/allocator/type.SameShapeC.html" title="type nalgebra::base::allocator::SameShapeC">SameShapeC</a>&lt;C1, C2&gt;&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="struct" href="../../../nalgebra/base/constraint/struct.ShapeConstraint.html" title="struct nalgebra::base::constraint::ShapeConstraint">ShapeConstraint</a>: <a class="trait" href="../../../nalgebra/base/constraint/trait.SameNumberOfRows.html" title="trait nalgebra::base::constraint::SameNumberOfRows">SameNumberOfRows</a>&lt;R1, R2&gt; + <a class="trait" href="../../../nalgebra/base/constraint/trait.SameNumberOfColumns.html" title="trait nalgebra::base::constraint::SameNumberOfColumns">SameNumberOfColumns</a>&lt;C1, C2&gt;,&nbsp;</span></code><a href='#impl-SameShapeAllocator%3CN%2C%20R1%2C%20C1%2C%20R2%2C%20C2%3E' class='anchor'></a><a class='srclink' href='../../../src/nalgebra/base/allocator.rs.html#73-82' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-SameShapeVectorAllocator%3CN%2C%20R1%2C%20R2%3E' class='impl'><code class='in-band'>impl&lt;N, R1, R2&gt; <a class="trait" href="../../../nalgebra/base/allocator/trait.SameShapeVectorAllocator.html" title="trait nalgebra::base::allocator::SameShapeVectorAllocator">SameShapeVectorAllocator</a>&lt;N, R1, R2&gt; for <a class="struct" href="../../../nalgebra/base/default_allocator/struct.DefaultAllocator.html" title="struct nalgebra::base::default_allocator::DefaultAllocator">DefaultAllocator</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;R1: <a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;R2: <a class="trait" href="../../../nalgebra/base/dimension/trait.Dim.html" title="trait nalgebra::base::dimension::Dim">Dim</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;N: <a class="trait" href="../../../nalgebra/base/trait.Scalar.html" title="trait nalgebra::base::Scalar">Scalar</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="struct" href="../../../nalgebra/base/default
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#553-555' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#554' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#572-578' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#575-577' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#560-567' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#564-566' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-Any' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Any' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#100-102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.type_id' class="method hidden"><code id='type_id.v'>fn <a href='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id' class='fnname'>type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div><h3 id='impl-Same%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="../../../typenum/type_operators/trait.Same.html" title="trait typenum::type_operators::Same">Same</a>&lt;T&gt; for T</code><a href='#impl-Same%3CT%3E' class='anchor'></a><a class='srclink' href='../../../src/typenum/type_operators.rs.html#32-34' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output' class="type"><code id='Output.t'>type <a href='../../../typenum/type_operators/trait.Same.html#associatedtype.Output' class="type">Output</a> = T</code></h4><div class='docblock'><p>Should always be <code>Self</code></p>
</div></div><h3 id='impl-SupersetOf%3CSS%3E' class='impl'><code class='in-band'>impl&lt;SS, SP&gt; <a class="trait" href="../../../alga/general/subset/trait.SupersetOf.html" title="trait alga::general::subset::SupersetOf">SupersetOf</a>&lt;SS&gt; for SP <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;SS: <a class="trait" href="../../../alga/general/subset/trait.SubsetOf.html" title="trait alga::general::subset::SubsetOf">SubsetOf</a>&lt;SP&gt;,&nbsp;</span></code><a href='#impl-SupersetOf%3CSS%3E' class='anchor'></a><a class='srclink' href='../../../src/alga/general/subset.rs.html#87-107' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.to_subset' class="method hidden"><code id='to_subset.v'>fn <a href='../../../alga/general/subset/trait.SupersetOf.html#method.to_subset' class='fnname'>to_subset</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;SS&gt;</code><a class='srclink' href='../../../src/alga/general/subset.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The inverse inclusion map: attempts to construct <code>self</code> from the equivalent element of its superset. <a href="../../../alga/general/subset/trait.SupersetOf.html#method.to_subset">Read more</a></p>
</div><h4 id='method.is_in_subset' class="method hidden"><code id='is_in_subset.v'>fn <a href='../../../alga/general/subset/trait.SupersetOf.html#tymethod.is_in_subset' class='fnname'>is_in_subset</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../../src/alga/general/subset.rs.html#94-96' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Checks if <code>self</code> is actually part of its subset <code>T</code> (and can be converted to it).</p>
</div><h4 id='method.to_subset_unchecked' class="method hidden"><code id='to_subset_unchecked.v'>unsafe fn <a href='../../../alga/general/subset/trait.SupersetOf.html#tymethod.to_subset_unchecked' class='fnname'>to_subset_unchecked</a>(&amp;self) -&gt; SS</code><a class='srclink' href='../../../src/alga/general/subset.rs.html#99-101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Use with care! Same as <code>self.to_subset</code> but without any property checks. Always succeeds.</p>
</div><h4 id='method.from_subset' class="method hidden"><code id='from_subset.v'>fn <a href='../../../alga/general/subset/trait.SupersetOf.html#tymethod.from_subset' class='fnname'>from_subset</a>(element: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>SS) -&gt; SP</code><a class='srclink' href='../../../src/alga/general/subset.rs.html#104-106' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The inclusion map: converts <code>self</code> to the equivalent element of its superset.</p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd></kbd></dt><dd>Move up in search results</dd><dt><kbd></kbd></dt><dd>Move down in search results</dd><dt><kbd></kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../../../";window.currentCrate = "nalgebra";</script><script src="../../../aliases.js"></script><script src="../../../main.js"></script><script defer src="../../../search-index.js"></script></body></html>