Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jTEM
function
Commits
0ebad7a7
Commit
0ebad7a7
authored
Jun 09, 2009
by
Guenter Paul Peters
Browse files
bugs in javadoc
git-svn-id:
https://svn.math.tu-berlin.de/svn/jtem@87
f5b180c5-49ee-4939-b20e-b6ed35f0f7b7
parent
be6c31f1
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/de/jtem/function/complex/ComplexFunctionOnIndexCrossIndex.java
View file @
0ebad7a7
...
...
@@ -127,9 +127,7 @@ public class ComplexFunctionOnIndexCrossIndex
/** Interpret the array <code>c</code> as a function of two indices
* and become a copy of it.
* @param m must be at least one.
* @param n must be at least one. */
*/
public
void
assign
(
Complex
[][]
c
)
{
int
m
=
c
.
length
;
...
...
src/de/jtem/function/integer/IntegerFunctionOnIndexCrossIndex.java
View file @
0ebad7a7
...
...
@@ -120,8 +120,7 @@ public class IntegerFunctionOnIndexCrossIndex
/** Interpret the array <code>c</code> as a function of two indices
* and become a copy of it.
* @param m must be at least one.
* @param n must be at least one. */
*/
public
void
assign
(
int
[][]
c
)
{
...
...
src/de/jtem/function/quaternion/QuaternionFunctionOnIndexCrossIndex.java
View file @
0ebad7a7
...
...
@@ -127,8 +127,7 @@ public class QuaternionFunctionOnIndexCrossIndex
/** Interpret the array <code>c</code> as a function of two indices
* and become a copy of it.
* @param m must be at least one.
* @param n must be at least one. */
*/
public
void
assign
(
Quaternion
[][]
c
)
{
...
...
src/de/jtem/function/real/RealFunctionOnIndexCrossIndex.java
View file @
0ebad7a7
...
...
@@ -120,8 +120,7 @@ public class RealFunctionOnIndexCrossIndex
/** Interpret the array <code>c</code> as a function of two indices
* and become a copy of it.
* @param m must be at least one.
* @param n must be at least one. */
*/
public
void
assign
(
double
[][]
c
)
{
...
...
src/de/jtem/function/real3/Real3FunctionOnIndexCrossIndex.java
View file @
0ebad7a7
...
...
@@ -127,8 +127,7 @@ public class Real3FunctionOnIndexCrossIndex
/** Interpret the array <code>c</code> as a function of two indices
* and become a copy of it.
* @param m must be at least one.
* @param n must be at least one. */
*/
public
void
assign
(
Real3
[][]
c
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment