<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.figuramc.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AMain%3AMatrix%2FMethods</id>
	<title>Template:Main:Matrix/Methods - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.figuramc.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AMain%3AMatrix%2FMethods"/>
	<link rel="alternate" type="text/html" href="https://wiki.figuramc.org/index.php?title=Template:Main:Matrix/Methods&amp;action=history"/>
	<updated>2026-04-28T10:26:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.figuramc.org/index.php?title=Template:Main:Matrix/Methods&amp;diff=829&amp;oldid=prev</id>
		<title>PenguinEncounter: WIP</title>
		<link rel="alternate" type="text/html" href="https://wiki.figuramc.org/index.php?title=Template:Main:Matrix/Methods&amp;diff=829&amp;oldid=prev"/>
		<updated>2024-12-21T06:32:36Z</updated>

		<summary type="html">&lt;p&gt;WIP&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Data access ===&lt;br /&gt;
&lt;br /&gt;
==== getColumn ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Gets a {{type|{{{V|Vector}}}}} containing the values of the requested column of the matrix.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Arguments !! Return Type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getColumn(column: {{type|integer}})&amp;lt;/code&amp;gt;&lt;br /&gt;
| {{type|{{{V|Vector}}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Utility methods ===&lt;br /&gt;
&lt;br /&gt;
==== copy ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Creates a copy of this matrix. Creating a copy will make a new Matrix with the same size and values, disconnected from the original Matrix. Editing the copy (through &amp;#039;&amp;#039;in-place&amp;#039;&amp;#039; operations) will not affect the original.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Arguments !! Return Type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;copy()&amp;lt;/code&amp;gt;&lt;br /&gt;
| new {{type|{{{T|Matrix}}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== set ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Assigns the values from another vector of the same size to this vector, in place. To create a new instance, see [[#copy|copy]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Arguments !! Return Type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;set({{type|{{{T|Matrix}}}}} other)&amp;lt;/code&amp;gt;&lt;br /&gt;
| self {{type|{{{T|Matrix}}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== reset ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[#set|Sets]] this vector to the [[wikipedia:Identity matrix|identity matrix]] of the same size.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Arguments !! Return Type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;reset()&amp;lt;/code&amp;gt;&lt;br /&gt;
| self {{type|{{{T|Matrix}}}}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>PenguinEncounter</name></author>
	</entry>
</feed>