emath
Version:
This is a module for math.
172 lines (49 loc) • 2.74 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Class: matrix</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: matrix</h1>
<section>
<header>
<h2><span class="attribs"><span class="type-signature"></span></span>matrix<span class="signature">()</span><span class="type-signature"></span></h2>
<div class="class-description">This is the class of matrix.</div>
</header>
<article>
<div class="container-overview">
<h2>Constructor</h2>
<h4 class="name" id="matrix"><span class="type-signature"></span>new matrix<span class="signature">()</span><span class="type-signature"></span></h4>
<div class="description">
It's for create object and init object.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="linearAlgebra.js.html">linearAlgebra.js</a>, <a href="linearAlgebra.js.html#line12">line 12</a>
</li></ul></dd>
</dl>
</div>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="matrix.html">matrix</a></li><li><a href="vector.html">vector</a></li></ul><h3>Global</h3><ul><li><a href="global.html#add">add</a></li><li><a href="global.html#add_matrix">add_matrix</a></li><li><a href="global.html#add_vector">add_vector</a></li><li><a href="global.html#each">each</a></li><li><a href="global.html#matrix_product">matrix_product</a></li><li><a href="global.html#print()">print()</a></li><li><a href="global.html#product">product</a></li><li><a href="global.html#T">T</a></li><li><a href="global.html#toArray()">toArray()</a></li><li><a href="global.html#toString()">toString()</a></li><li><a href="global.html#vector_product">vector_product</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Aug 13 2018 15:55:08 GMT+0800 (CST)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>