[353] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
| 3 | <title>mixpp: operators.cpp File Reference</title> |
---|
| 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.8 --> |
---|
| 8 | <script type="text/javascript"> |
---|
| 9 | <!-- |
---|
| 10 | function changeDisplayState (e){ |
---|
| 11 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
| 12 | var button=this.firstChild; |
---|
| 13 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
| 14 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
| 15 | sectionDiv.style.display='block'; |
---|
| 16 | button.src='open.gif'; |
---|
| 17 | }else{ |
---|
| 18 | sectionDiv.style.display='none'; |
---|
| 19 | button.src='closed.gif'; |
---|
| 20 | } |
---|
| 21 | } |
---|
| 22 | function initDynSections(){ |
---|
| 23 | var divs=document.getElementsByTagName('div'); |
---|
| 24 | var sectionCounter=1; |
---|
| 25 | for(var i=0;i<divs.length-1;i++){ |
---|
| 26 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
| 27 | var header=divs[i]; |
---|
| 28 | var section=divs[i+1]; |
---|
| 29 | var button=header.firstChild; |
---|
| 30 | if (button!='IMG'){ |
---|
| 31 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
| 32 | button=document.createElement('img'); |
---|
| 33 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
| 34 | } |
---|
| 35 | header.style.cursor='pointer'; |
---|
| 36 | header.onclick=changeDisplayState; |
---|
| 37 | header.id='dynheader'+sectionCounter; |
---|
| 38 | button.src='closed.gif'; |
---|
| 39 | section.id='dynsection'+sectionCounter; |
---|
| 40 | section.style.display='none'; |
---|
| 41 | section.style.marginLeft='14px'; |
---|
| 42 | sectionCounter++; |
---|
| 43 | } |
---|
| 44 | } |
---|
| 45 | } |
---|
| 46 | window.onload = initDynSections; |
---|
| 47 | --> |
---|
| 48 | </script> |
---|
| 49 | <div class="navigation" id="top"> |
---|
| 50 | <div class="tabs"> |
---|
| 51 | <ul> |
---|
| 52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
| 53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
| 55 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 56 | <li class="current"><a href="files.html"><span>Files</span></a></li> |
---|
| 57 | </ul> |
---|
| 58 | </div> |
---|
| 59 | <div class="tabs"> |
---|
| 60 | <ul> |
---|
| 61 | <li><a href="files.html"><span>File List</span></a></li> |
---|
| 62 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
| 63 | </ul> |
---|
| 64 | </div> |
---|
| 65 | </div> |
---|
| 66 | <div class="contents"> |
---|
| 67 | <h1>operators.cpp File Reference</h1>Implementation of operators for vectors and matricies of different types. |
---|
| 68 | <a href="#_details">More...</a> |
---|
| 69 | <p> |
---|
| 70 | <code>#include <<a class="el" href="operators_8h-source.html">itpp/base/operators.h</a>></code><br> |
---|
| 71 | <table border="0" cellpadding="0" cellspacing="0"> |
---|
| 72 | <tr><td></td></tr> |
---|
| 73 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
---|
| 74 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="119aab9a77305574849e20b3a8e9a22b"></a><!-- doxytag: member="operators.cpp::operator+" ref="119aab9a77305574849e20b3a8e9a22b" args="(const double &s, const ivec &v)" --> |
---|
| 75 | <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#119aab9a77305574849e20b3a8e9a22b">itpp::operator+</a> (const double &s, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 76 | |
---|
| 77 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for double and ivec. <br></td></tr> |
---|
| 78 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d2f232b7d65f4d4be94a6fb5a59859f2"></a><!-- doxytag: member="operators.cpp::operator-" ref="d2f232b7d65f4d4be94a6fb5a59859f2" args="(const double &s, const ivec &v)" --> |
---|
| 79 | <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#d2f232b7d65f4d4be94a6fb5a59859f2">itpp::operator-</a> (const double &s, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 80 | |
---|
| 81 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Subtraction operator for double and ivec. <br></td></tr> |
---|
| 82 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fd051539443b000af0f8bcb54941bb6e"></a><!-- doxytag: member="operators.cpp::operator*" ref="fd051539443b000af0f8bcb54941bb6e" args="(const double &s, const ivec &v)" --> |
---|
| 83 | <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#fd051539443b000af0f8bcb54941bb6e">itpp::operator*</a> (const double &s, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 84 | |
---|
| 85 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for double and ivec. <br></td></tr> |
---|
| 86 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d7cc36c9c02e90b8683e30b56a84febc"></a><!-- doxytag: member="operators.cpp::operator/" ref="d7cc36c9c02e90b8683e30b56a84febc" args="(const double &s, const ivec &v)" --> |
---|
| 87 | <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#d7cc36c9c02e90b8683e30b56a84febc">itpp::operator/</a> (const double &s, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 88 | |
---|
| 89 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Division operator for double and ivec. <br></td></tr> |
---|
| 90 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="818be11119f2acc60cd4d1abafad12c5"></a><!-- doxytag: member="operators.cpp::operator/" ref="818be11119f2acc60cd4d1abafad12c5" args="(const ivec &v, const double &s)" --> |
---|
| 91 | <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#818be11119f2acc60cd4d1abafad12c5">itpp::operator/</a> (const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v, const double &s)</td></tr> |
---|
| 92 | |
---|
| 93 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Division operator for ivec and double. <br></td></tr> |
---|
| 94 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b81f8e5b87dd4b0434b1fe9b8b703ac7"></a><!-- doxytag: member="operators.cpp::operator+" ref="b81f8e5b87dd4b0434b1fe9b8b703ac7" args="(const std::complex< double > &s, const ivec &v)" --> |
---|
| 95 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#b81f8e5b87dd4b0434b1fe9b8b703ac7">itpp::operator+</a> (const std::complex< double > &s, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 96 | |
---|
| 97 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for complex<double> and ivec. <br></td></tr> |
---|
| 98 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="89691cf6f1172bfe49c6fc75344283ad"></a><!-- doxytag: member="operators.cpp::operator-" ref="89691cf6f1172bfe49c6fc75344283ad" args="(const std::complex< double > &s, const ivec &v)" --> |
---|
| 99 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#89691cf6f1172bfe49c6fc75344283ad">itpp::operator-</a> (const std::complex< double > &s, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 100 | |
---|
| 101 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Subtraction operator for complex<double> and ivec. <br></td></tr> |
---|
| 102 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5e3f346d98bdd5d9748059f1eb50c760"></a><!-- doxytag: member="operators.cpp::operator*" ref="5e3f346d98bdd5d9748059f1eb50c760" args="(const std::complex< double > &s, const ivec &v)" --> |
---|
| 103 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#5e3f346d98bdd5d9748059f1eb50c760">itpp::operator*</a> (const std::complex< double > &s, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 104 | |
---|
| 105 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for complex<double> and ivec. <br></td></tr> |
---|
| 106 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="02beb5aaa1b160541faa1baf2c62b5ad"></a><!-- doxytag: member="operators.cpp::operator/" ref="02beb5aaa1b160541faa1baf2c62b5ad" args="(const std::complex< double > &s, const ivec &v)" --> |
---|
| 107 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#02beb5aaa1b160541faa1baf2c62b5ad">itpp::operator/</a> (const std::complex< double > &s, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 108 | |
---|
| 109 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Division operator for complex<double> and ivec. <br></td></tr> |
---|
| 110 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a656be2c968ba0c73c5b8f4a1021af16"></a><!-- doxytag: member="operators.cpp::operator/" ref="a656be2c968ba0c73c5b8f4a1021af16" args="(const ivec &v, const std::complex< double > &s)" --> |
---|
| 111 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#a656be2c968ba0c73c5b8f4a1021af16">itpp::operator/</a> (const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v, const std::complex< double > &s)</td></tr> |
---|
| 112 | |
---|
| 113 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Division operator for ivec and complex<double>. <br></td></tr> |
---|
| 114 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f5f237ffb259366f666f963a644f8e65"></a><!-- doxytag: member="operators.cpp::operator+" ref="f5f237ffb259366f666f963a644f8e65" args="(const double &s, const cvec &v)" --> |
---|
| 115 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#f5f237ffb259366f666f963a644f8e65">itpp::operator+</a> (const double &s, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
| 116 | |
---|
| 117 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for double and cvec. <br></td></tr> |
---|
| 118 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b5102486a49ce011b440dbdb71cfd181"></a><!-- doxytag: member="operators.cpp::operator-" ref="b5102486a49ce011b440dbdb71cfd181" args="(const double &s, const cvec &v)" --> |
---|
| 119 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#b5102486a49ce011b440dbdb71cfd181">itpp::operator-</a> (const double &s, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
| 120 | |
---|
| 121 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Subtraction operator for double and cvec. <br></td></tr> |
---|
| 122 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6994e3c8b4095757b44e62545b38e8c1"></a><!-- doxytag: member="operators.cpp::operator*" ref="6994e3c8b4095757b44e62545b38e8c1" args="(const double &s, const cvec &v)" --> |
---|
| 123 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#6994e3c8b4095757b44e62545b38e8c1">itpp::operator*</a> (const double &s, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
| 124 | |
---|
| 125 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for double and cvec. <br></td></tr> |
---|
| 126 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3e37e1feb5661c19f056bf62ff2af7d3"></a><!-- doxytag: member="operators.cpp::operator/" ref="3e37e1feb5661c19f056bf62ff2af7d3" args="(const cvec &v, const double &s)" --> |
---|
| 127 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#3e37e1feb5661c19f056bf62ff2af7d3">itpp::operator/</a> (const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v, const double &s)</td></tr> |
---|
| 128 | |
---|
| 129 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Division operator for cvec and double. <br></td></tr> |
---|
| 130 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="dc25b36865207a85b2b6d6fb63ca6196"></a><!-- doxytag: member="operators.cpp::operator/" ref="dc25b36865207a85b2b6d6fb63ca6196" args="(const double &s, const cvec &v)" --> |
---|
| 131 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#dc25b36865207a85b2b6d6fb63ca6196">itpp::operator/</a> (const double &s, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
| 132 | |
---|
| 133 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Division operator for double and cvec. <br></td></tr> |
---|
| 134 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="22d5270dc918c9d0abf1252af40e4499"></a><!-- doxytag: member="operators.cpp::operator+" ref="22d5270dc918c9d0abf1252af40e4499" args="(const double &s, const cmat &m)" --> |
---|
| 135 | <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#22d5270dc918c9d0abf1252af40e4499">itpp::operator+</a> (const double &s, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
| 136 | |
---|
| 137 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for double and cmat. <br></td></tr> |
---|
| 138 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c2daa76a0e5b7b2e1043999f7d904cda"></a><!-- doxytag: member="operators.cpp::operator-" ref="c2daa76a0e5b7b2e1043999f7d904cda" args="(const double &s, const cmat &m)" --> |
---|
| 139 | <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#c2daa76a0e5b7b2e1043999f7d904cda">itpp::operator-</a> (const double &s, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
| 140 | |
---|
| 141 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Subtraction operator for double and cmat. <br></td></tr> |
---|
| 142 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="96482bdf05639a5bf87a166ca5d2a300"></a><!-- doxytag: member="operators.cpp::operator*" ref="96482bdf05639a5bf87a166ca5d2a300" args="(const double &s, const cmat &m)" --> |
---|
| 143 | <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#96482bdf05639a5bf87a166ca5d2a300">itpp::operator*</a> (const double &s, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
| 144 | |
---|
| 145 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for double and cmat. <br></td></tr> |
---|
| 146 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="62e3273ed9c264e4b2e6611f6490b944"></a><!-- doxytag: member="operators.cpp::operator*" ref="62e3273ed9c264e4b2e6611f6490b944" args="(const std::complex< double > &s, const mat &m)" --> |
---|
| 147 | <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#62e3273ed9c264e4b2e6611f6490b944">itpp::operator*</a> (const std::complex< double > &s, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &m)</td></tr> |
---|
| 148 | |
---|
| 149 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for complex<double> and mat. <br></td></tr> |
---|
| 150 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9d42991d52887e93244f491b474147d5"></a><!-- doxytag: member="operators.cpp::operator/" ref="9d42991d52887e93244f491b474147d5" args="(const cmat &m, const double &s)" --> |
---|
| 151 | <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#9d42991d52887e93244f491b474147d5">itpp::operator/</a> (const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m, const double &s)</td></tr> |
---|
| 152 | |
---|
| 153 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Division operator for cmat and double. <br></td></tr> |
---|
| 154 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9d8f90da78e466740bf89b86677c8d32"></a><!-- doxytag: member="operators.cpp::operator*" ref="9d8f90da78e466740bf89b86677c8d32" args="(const std::complex< double > &s, const vec &v)" --> |
---|
| 155 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#9d8f90da78e466740bf89b86677c8d32">itpp::operator*</a> (const std::complex< double > &s, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v)</td></tr> |
---|
| 156 | |
---|
| 157 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for complex<double> and vec. <br></td></tr> |
---|
| 158 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c03183ca94839155fdd2bc4a0d896822"></a><!-- doxytag: member="operators.cpp::operator*" ref="c03183ca94839155fdd2bc4a0d896822" args="(const vec &v, const std::complex< double > &s)" --> |
---|
| 159 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#c03183ca94839155fdd2bc4a0d896822">itpp::operator*</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v, const std::complex< double > &s)</td></tr> |
---|
| 160 | |
---|
| 161 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for vec and complex<double>. <br></td></tr> |
---|
| 162 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bc74da0545597350e74dff3c22d4bf51"></a><!-- doxytag: member="operators.cpp::operator+" ref="bc74da0545597350e74dff3c22d4bf51" args="(const bvec &a, const vec &b)" --> |
---|
| 163 | <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#bc74da0545597350e74dff3c22d4bf51">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &b)</td></tr> |
---|
| 164 | |
---|
| 165 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for bvec and vec. <br></td></tr> |
---|
| 166 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f78aa0b7e2c0334753867cdf4c3a48cd"></a><!-- doxytag: member="operators.cpp::operator+" ref="f78aa0b7e2c0334753867cdf4c3a48cd" args="(const svec &a, const vec &b)" --> |
---|
| 167 | <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#f78aa0b7e2c0334753867cdf4c3a48cd">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &b)</td></tr> |
---|
| 168 | |
---|
| 169 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for svec and vec. <br></td></tr> |
---|
| 170 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4f2f756510582644d9b510ab572b0658"></a><!-- doxytag: member="operators.cpp::operator+" ref="4f2f756510582644d9b510ab572b0658" args="(const ivec &a, const vec &b)" --> |
---|
| 171 | <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#4f2f756510582644d9b510ab572b0658">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &b)</td></tr> |
---|
| 172 | |
---|
| 173 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for ivec and vec. <br></td></tr> |
---|
| 174 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c47f12ba0fbf4507aea83136e02824a5"></a><!-- doxytag: member="operators.cpp::operator+" ref="c47f12ba0fbf4507aea83136e02824a5" args="(const bvec &a, const cvec &b)" --> |
---|
| 175 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#c47f12ba0fbf4507aea83136e02824a5">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &b)</td></tr> |
---|
| 176 | |
---|
| 177 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for bvec and cvec. <br></td></tr> |
---|
| 178 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9b3db8f1858d727e653c8d6806ed73f5"></a><!-- doxytag: member="operators.cpp::operator+" ref="9b3db8f1858d727e653c8d6806ed73f5" args="(const svec &a, const cvec &b)" --> |
---|
| 179 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#9b3db8f1858d727e653c8d6806ed73f5">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &b)</td></tr> |
---|
| 180 | |
---|
| 181 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for svec and cvec. <br></td></tr> |
---|
| 182 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e620eb4e51762c21b1042fd60ba3a58c"></a><!-- doxytag: member="operators.cpp::operator+" ref="e620eb4e51762c21b1042fd60ba3a58c" args="(const ivec &a, const cvec &b)" --> |
---|
| 183 | <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#e620eb4e51762c21b1042fd60ba3a58c">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &b)</td></tr> |
---|
| 184 | |
---|
| 185 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for ivec and cvec. <br></td></tr> |
---|
| 186 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0aece4c014ba0d6e792d3e8185e7047b"></a><!-- doxytag: member="operators.cpp::operator*" ref="0aece4c014ba0d6e792d3e8185e7047b" args="(const bvec &a, const vec &b)" --> |
---|
| 187 | double </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#0aece4c014ba0d6e792d3e8185e7047b">itpp::operator*</a> (const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &b)</td></tr> |
---|
| 188 | |
---|
| 189 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for bvec and vec. <br></td></tr> |
---|
| 190 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="13d69ed73255293b82c0c22a10c29370"></a><!-- doxytag: member="operators.cpp::operator*" ref="13d69ed73255293b82c0c22a10c29370" args="(const svec &a, const vec &b)" --> |
---|
| 191 | double </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#13d69ed73255293b82c0c22a10c29370">itpp::operator*</a> (const <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &b)</td></tr> |
---|
| 192 | |
---|
| 193 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for svec and vec. <br></td></tr> |
---|
| 194 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a6420be28924d9cc4af753688eda9e92"></a><!-- doxytag: member="operators.cpp::operator*" ref="a6420be28924d9cc4af753688eda9e92" args="(const ivec &a, const vec &b)" --> |
---|
| 195 | double </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#a6420be28924d9cc4af753688eda9e92">itpp::operator*</a> (const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &b)</td></tr> |
---|
| 196 | |
---|
| 197 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for ivec and vec. <br></td></tr> |
---|
| 198 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="974de2b24c9c96c99f43b85d031ed45d"></a><!-- doxytag: member="operators.cpp::operator*" ref="974de2b24c9c96c99f43b85d031ed45d" args="(const bvec &a, const cvec &b)" --> |
---|
| 199 | std::complex< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#974de2b24c9c96c99f43b85d031ed45d">itpp::operator*</a> (const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &b)</td></tr> |
---|
| 200 | |
---|
| 201 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for bvec and cvec. <br></td></tr> |
---|
| 202 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="df65f05e18f12edbfac8d0f92b656a41"></a><!-- doxytag: member="operators.cpp::operator*" ref="df65f05e18f12edbfac8d0f92b656a41" args="(const svec &a, const cvec &b)" --> |
---|
| 203 | std::complex< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#df65f05e18f12edbfac8d0f92b656a41">itpp::operator*</a> (const <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &b)</td></tr> |
---|
| 204 | |
---|
| 205 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for svec and cvec. <br></td></tr> |
---|
| 206 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9b9a4889156c612a0592c2e86969cb46"></a><!-- doxytag: member="operators.cpp::operator*" ref="9b9a4889156c612a0592c2e86969cb46" args="(const ivec &a, const cvec &b)" --> |
---|
| 207 | std::complex< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#9b9a4889156c612a0592c2e86969cb46">itpp::operator*</a> (const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &a, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &b)</td></tr> |
---|
| 208 | |
---|
| 209 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplication operator for ivec and cvec. <br></td></tr> |
---|
| 210 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="dd75c6686c0e254c0950cba50a542976"></a><!-- doxytag: member="operators.cpp::operator+" ref="dd75c6686c0e254c0950cba50a542976" args="(const bmat &a, const mat &b)" --> |
---|
| 211 | <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#dd75c6686c0e254c0950cba50a542976">itpp::operator+</a> (const <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &a, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &b)</td></tr> |
---|
| 212 | |
---|
| 213 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for bmat and mat. <br></td></tr> |
---|
| 214 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e65358e654950a898275f42a44c0adfe"></a><!-- doxytag: member="operators.cpp::operator+" ref="e65358e654950a898275f42a44c0adfe" args="(const smat &a, const mat &b)" --> |
---|
| 215 | <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#e65358e654950a898275f42a44c0adfe">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &a, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &b)</td></tr> |
---|
| 216 | |
---|
| 217 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for smat and mat. <br></td></tr> |
---|
| 218 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ae0d05ca2d913f0cc531c74d5c0a624d"></a><!-- doxytag: member="operators.cpp::operator+" ref="ae0d05ca2d913f0cc531c74d5c0a624d" args="(const imat &a, const mat &b)" --> |
---|
| 219 | <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#ae0d05ca2d913f0cc531c74d5c0a624d">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &a, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &b)</td></tr> |
---|
| 220 | |
---|
| 221 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for imat and mat. <br></td></tr> |
---|
| 222 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7dd4607d2ec5ea31066382c1df581855"></a><!-- doxytag: member="operators.cpp::operator+" ref="7dd4607d2ec5ea31066382c1df581855" args="(const bmat &a, const cmat &b)" --> |
---|
| 223 | <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#7dd4607d2ec5ea31066382c1df581855">itpp::operator+</a> (const <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &a, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &b)</td></tr> |
---|
| 224 | |
---|
| 225 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for bmat and cmat. <br></td></tr> |
---|
| 226 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="57567e89872477d91be267b247ca3c8f"></a><!-- doxytag: member="operators.cpp::operator+" ref="57567e89872477d91be267b247ca3c8f" args="(const smat &a, const cmat &b)" --> |
---|
| 227 | <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#57567e89872477d91be267b247ca3c8f">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &a, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &b)</td></tr> |
---|
| 228 | |
---|
| 229 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for smat and cmat. <br></td></tr> |
---|
| 230 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4669aff84867819e2c8b39394a46cac0"></a><!-- doxytag: member="operators.cpp::operator+" ref="4669aff84867819e2c8b39394a46cac0" args="(const imat &a, const cmat &b)" --> |
---|
| 231 | <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#4669aff84867819e2c8b39394a46cac0">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &a, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &b)</td></tr> |
---|
| 232 | |
---|
| 233 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for imat and cmat. <br></td></tr> |
---|
| 234 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="494c748fedced1afd19a70232356693b"></a><!-- doxytag: member="operators.cpp::operator+" ref="494c748fedced1afd19a70232356693b" args="(const mat &a, const cmat &b)" --> |
---|
| 235 | <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitpp.html#494c748fedced1afd19a70232356693b">itpp::operator+</a> (const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &a, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &b)</td></tr> |
---|
| 236 | |
---|
| 237 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Addition operator for mat and cmat. <br></td></tr> |
---|
| 238 | </table> |
---|
| 239 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 240 | Implementation of operators for vectors and matricies of different types. |
---|
| 241 | <p> |
---|
| 242 | <dl class="author" compact><dt><b>Author:</b></dt><dd>Tony Ottosson</dd></dl> |
---|
| 243 | -------------------------------------------------------------------------<p> |
---|
| 244 | Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)<p> |
---|
| 245 | This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.<p> |
---|
| 246 | IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<p> |
---|
| 247 | IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<p> |
---|
| 248 | You should have received a copy of the GNU General Public License along with IT++. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.<p> |
---|
| 249 | ------------------------------------------------------------------------- </div> |
---|
| 250 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by |
---|
| 251 | <a href="http://www.doxygen.org/index.html"> |
---|
| 252 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
| 253 | </body> |
---|
| 254 | </html> |
---|