1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7<title>MTX43</title> 8 </head> 9 <body> 10<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/math/Overview.html">math</a>::<a href="../../../nn/math/MTX43/Overview.html">MTX43</a>::MTX43</CODE> Constructor</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14MTX43(); 15 16explicit MTX43( 17 const <a href="../../../nn_types/f32.html">f32</a> * p 18); 19 20MTX43( 21 <a href="../../../nn_types/f32.html">f32</a> x00, 22 <a href="../../../nn_types/f32.html">f32</a> x01, 23 <a href="../../../nn_types/f32.html">f32</a> x02, 24 <a href="../../../nn_types/f32.html">f32</a> x10, 25 <a href="../../../nn_types/f32.html">f32</a> x11, 26 <a href="../../../nn_types/f32.html">f32</a> x12, 27 <a href="../../../nn_types/f32.html">f32</a> x20, 28 <a href="../../../nn_types/f32.html">f32</a> x21, 29 <a href="../../../nn_types/f32.html">f32</a> x22, 30 <a href="../../../nn_types/f32.html">f32</a> x30, 31 <a href="../../../nn_types/f32.html">f32</a> x31, 32 <a href="../../../nn_types/f32.html">f32</a> x32 33); 34</pre> 35 </div> 36<h2>List of Overloaded Member Functions</h2> 37 <div class="section"> 38 <table class="members"> 39 <tr> 40 <td> 41 <a href="./MTX43(0).html">MTX43 ( ) </a> 42 </td> 43<td>Constructor.</td> 44 </tr> 45 <tr> 46 <td> 47 <a href="./MTX43(1).html">MTX43 ( const f32 * ) </a> 48 </td> 49<td>Constructor.</td> 50 </tr> 51 <tr> 52 <td> 53 <a href="./MTX43(2).html">MTX43 ( f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32 ) </a> 54 </td> 55<td>Constructor.</td> 56 </tr> </table> 57 </div> 58<h2>Description of MTX43 ( )</h2> 59 <div class="section"> 60<p>Constructor.</p> 61 </div> 62<h2>Description of MTX43 ( const f32 * )</h2> 63 <div class="section"> 64<p>Constructor.</p> 65 </div> 66<h2>Description of MTX43 ( f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32 )</h2> 67 <div class="section"> 68<p>Constructor.</p> 69 </div> 70 <hr><p>CONFIDENTIAL</p></body> 71</html> 72