Added @since tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178072 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82ca8bca63
commit
bbe44629cc
|
@ -30,6 +30,7 @@ import org.apache.commons.math.exception.util.LocalizedFormats;
|
||||||
* linear operator and {@code x} the "offending" vector.
|
* linear operator and {@code x} the "offending" vector.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @since 3.0
|
||||||
*/
|
*/
|
||||||
public class NonPositiveDefiniteLinearOperatorException
|
public class NonPositiveDefiniteLinearOperatorException
|
||||||
extends MathIllegalArgumentException {
|
extends MathIllegalArgumentException {
|
||||||
|
|
|
@ -33,6 +33,7 @@ import org.apache.commons.math.exception.util.LocalizedFormats;
|
||||||
* "offending" vectors, respectively.
|
* "offending" vectors, respectively.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @since 3.0
|
||||||
*/
|
*/
|
||||||
public class NonSelfAdjointLinearOperatorException
|
public class NonSelfAdjointLinearOperatorException
|
||||||
extends MathIllegalArgumentException {
|
extends MathIllegalArgumentException {
|
||||||
|
|
|
@ -47,6 +47,7 @@ package org.apache.commons.math.linear;
|
||||||
* </dl>
|
* </dl>
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @since 3.0
|
||||||
*/
|
*/
|
||||||
public abstract class RealLinearOperator {
|
public abstract class RealLinearOperator {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue