C-XSC - A C++ Class Library for Extended Scientific Computing  2.5.4
liveclrmat.hpp
1 /*
2 ** CXSC is a C++ library for eXtended Scientific Computing (V 2.5.4)
3 **
4 ** Copyright (C) 1990-2000 Institut fuer Angewandte Mathematik,
5 ** Universitaet Karlsruhe, Germany
6 ** (C) 2000-2014 Wiss. Rechnen/Softwaretechnologie
7 ** Universitaet Wuppertal, Germany
8 **
9 ** This library is free software; you can redistribute it and/or
10 ** modify it under the terms of the GNU Library General Public
11 ** License as published by the Free Software Foundation; either
12 ** version 2 of the License, or (at your option) any later version.
13 **
14 ** This library is distributed in the hope that it will be useful,
15 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 ** Library General Public License for more details.
18 **
19 ** You should have received a copy of the GNU Library General Public
20 ** License along with this library; if not, write to the Free
21 ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 */
23 
24 /* CVS $Id: liveclrmat.hpp,v 1.25 2014/01/30 17:23:47 cxsc Exp $ */
25 
26 // Here are definitions for l_ivector x l_rmatrix-Functions
27 #ifndef _CXSC_LIVECLRMAT_HPP_INCLUDED
28 #define _CXSC_LIVECLRMAT_HPP_INCLUDED
29 
30 namespace cxsc {
31 
33  INLINE l_ivector _l_ivector(const l_rmatrix &sl)
34 #if(CXSC_INDEX_CHECK)
35 ;
36 #else
37  noexcept;
38 #endif
39  INLINE l_ivector _l_ivector(const l_rmatrix_slice &sl)
41 #if(CXSC_INDEX_CHECK)
42 ;
43 #else
44  noexcept;
45 #endif
46 
48  INLINE void accumulate(idotprecision &dp, const l_rmatrix_subv & rv1, const l_ivector &rv2)
49 #if(CXSC_INDEX_CHECK)
50 ;
51 #else
52  noexcept;
53 #endif
54  INLINE void accumulate(idotprecision &dp, const l_ivector & rv1, const l_rmatrix_subv &rv2)
56 #if(CXSC_INDEX_CHECK)
57 ;
58 #else
59  noexcept;
60 #endif
61  INLINE void accumulate(idotprecision &dp, const l_rmatrix_subv & rv1, const l_ivector_slice &rv2)
63 #if(CXSC_INDEX_CHECK)
64 ;
65 #else
66  noexcept;
67 #endif
68  INLINE void accumulate(idotprecision &dp, const l_ivector_slice & rv1, const l_rmatrix_subv &rv2)
70 #if(CXSC_INDEX_CHECK)
71 ;
72 #else
73  noexcept;
74 #endif
75 
77  INLINE void SetInf(l_ivector &iv,const l_rmatrix_subv &rv)
78 #if(CXSC_INDEX_CHECK)
79 ;
80 #else
81  noexcept;
82 #endif
83  INLINE void SetSup(l_ivector &iv,const l_rmatrix_subv &rv)
85 #if(CXSC_INDEX_CHECK)
86 ;
87 #else
88  noexcept;
89 #endif
90  INLINE void SetInf(l_ivector_slice &iv,const l_rmatrix_subv &rv)
92 #if(CXSC_INDEX_CHECK)
93 ;
94 #else
95  noexcept;
96 #endif
97  INLINE void SetSup(l_ivector_slice &iv,const l_rmatrix_subv &rv)
99 #if(CXSC_INDEX_CHECK)
100 ;
101 #else
102  noexcept;
103 #endif
104 
106  INLINE void UncheckedSetInf(l_ivector &iv,const l_rmatrix_subv &rv)
107 #if(CXSC_INDEX_CHECK)
108 ;
109 #else
110  noexcept;
111 #endif
112  INLINE void UncheckedSetSup(l_ivector &iv,const l_rmatrix_subv &rv)
114 #if(CXSC_INDEX_CHECK)
115 ;
116 #else
117  noexcept;
118 #endif
119  INLINE void UncheckedSetInf(l_ivector_slice &iv,const l_rmatrix_subv &rv)
121 #if(CXSC_INDEX_CHECK)
122 ;
123 #else
124  noexcept;
125 #endif
126  INLINE void UncheckedSetSup(l_ivector_slice &iv,const l_rmatrix_subv &rv)
128 #if(CXSC_INDEX_CHECK)
129 ;
130 #else
131  noexcept;
132 #endif
133 
134 
136  INLINE l_ivector operator *(const l_rmatrix &m,const l_ivector &v)
137 #if(CXSC_INDEX_CHECK)
138 ;
139 #else
140  noexcept;
141 #endif
142  INLINE l_ivector operator *(const l_rmatrix_slice &ms,const l_ivector &v)
144 #if(CXSC_INDEX_CHECK)
145 ;
146 #else
147  noexcept;
148 #endif
149  INLINE l_ivector operator *(const l_ivector &v,const l_rmatrix &m)
151 #if(CXSC_INDEX_CHECK)
152 ;
153 #else
154  noexcept;
155 #endif
156  INLINE l_ivector operator *(const l_ivector &v,const l_rmatrix_slice &ms)
158 #if(CXSC_INDEX_CHECK)
159 ;
160 #else
161  noexcept;
162 #endif
163  INLINE l_ivector &operator *=(l_ivector &v,const l_rmatrix &m)
165 #if(CXSC_INDEX_CHECK)
166 ;
167 #else
168  noexcept;
169 #endif
170  INLINE l_ivector &operator *=(l_ivector &v,const l_rmatrix_slice &ms)
172 #if(CXSC_INDEX_CHECK)
173 ;
174 #else
175  noexcept;
176 #endif
177 
179  INLINE l_ivector operator *(const l_ivector_slice &v,const l_rmatrix &m)
180 #if(CXSC_INDEX_CHECK)
181 ;
182 #else
183  noexcept;
184 #endif
185 
186 
188  INLINE l_ivector operator *(const ivector &v,const l_rmatrix &m)
189 #if(CXSC_INDEX_CHECK)
190 ;
191 #else
192  noexcept;
193 #endif
194  INLINE l_ivector operator *(const ivector &v,const l_rmatrix_slice &ms)
196 #if(CXSC_INDEX_CHECK)
197 ;
198 #else
199  noexcept;
200 #endif
201  INLINE l_ivector operator *(const ivector_slice &v,const l_rmatrix &m)
203 #if(CXSC_INDEX_CHECK)
204 ;
205 #else
206  noexcept;
207 #endif
208  INLINE l_ivector operator *(const l_rmatrix &m,const ivector &v)
210 #if(CXSC_INDEX_CHECK)
211 ;
212 #else
213  noexcept;
214 #endif
215  INLINE l_ivector operator *(const l_rmatrix_slice &ms,const ivector &v)
217 #if(CXSC_INDEX_CHECK)
218 ;
219 #else
220  noexcept;
221 #endif
222 
223 } // namespace cxsc
224 
225 #endif
226 
cxsc::operator*=
cimatrix & operator*=(cimatrix &m, const cinterval &c) noexcept
Implementation of multiplication and allocation operation.
Definition: cimatrix.inl:1605
cxsc::_l_ivector
l_ivector _l_ivector(const l_interval &r) noexcept
Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC.
Definition: l_ivector.inl:252
cxsc::operator*
civector operator*(const cimatrix_subv &rv, const cinterval &s) noexcept
Implementation of multiplication operation.
Definition: cimatrix.inl:731
cxsc
The namespace cxsc, providing all functionality of the class library C-XSC.
Definition: cdot.cpp:29