Skip navigation links
The mathIT Library
A Java™ API for mathematics
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

N

nakedAKS(BigInteger, int) - Static method in class org.mathIT.numbers.BigNumbers
Test for reduced AKS algorithm (probably wrong!)
name - Variable in class org.mathIT.graphs.Vertex
Name of this vertex.
name - Variable in class org.mathIT.quantum.QuantumGate
specifies the name of this quantum gate.
negate() - Method in class org.mathIT.numbers.Rational
Returns the negative of this rational number.
negative() - Method in class org.mathIT.algebra.Matrix
Returns the negative of this matrix.
NetworkOfActivatables<V extends Activatable> - Interface in org.mathIT.graphs
This interface guarantees networks of activatable vertices, for instance a social network of activatable actors.
next - Variable in class org.mathIT.graphs.WeightedGraph
Successor matrix filled by Floyd-Warshall algorithm.
nextActivationStep(HashSet<V>) - Method in interface org.mathIT.graphs.NetworkOfActivatables
Returns the nodes activated by the specified active generation of nodes in this network, after a single activation step.
nextActivationStep(HashSet<Actor>) - Method in class org.mathIT.graphs.SocialNetwork
Returns the actors activated by the specified active generation of actors in this social network, after a single activation step according to the linear threshold model.
norm2() - Method in class org.mathIT.algebra.Matrix
Returns the two norm ||A||2 of this matrix.
norm2() - Method in class org.mathIT.algebra.SingularValueDecomposition
Returns the two norm of this matrix.
normalDensity(double, double, double) - Static method in class org.mathIT.statistics.Probability
Returns the normal density with the specified parameters.
normalDistribution(double, double, double) - Static method in class org.mathIT.statistics.Probability
Returns normal distribution.
normalQuantile(double, double, double) - Static method in class org.mathIT.statistics.Probability
Computes the quantile of the normal distribution.
NoWireException - Exception in org.mathIT.quantum
This exception class is thrown if an empty quantum circuit, i.e., a quantum circuit with no wires, is tried to be processed.
NoWireException() - Constructor for exception org.mathIT.quantum.NoWireException
Creates a new instance of NoWireException without detail message.
NoWireException(String) - Constructor for exception org.mathIT.quantum.NoWireException
Constructs an instance of NoWireException with the specified detail message.
numberOfEdges - Variable in class org.mathIT.graphs.Graph
Number of edges.
numberOfPartitions(int) - Static method in class org.mathIT.numbers.Numbers
Returns an array of the numbers of partitions up to the number n.
Numbers - Class in org.mathIT.numbers
This class provides basic number theoretic functions.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
The mathIT Library
A Java™ API for mathematics