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 

L

label - Variable in class org.mathIT.graphs.Edge
The label of thius graph.
lambda() - Method in class org.mathIT.numbers.Factors
The Carmichael function λ(n).
laplacian() - Method in class org.mathIT.graphs.Graph
Returns the Laplacian of this graph.
largestPrimeFactor(int) - Static method in class org.mathIT.numbers.Numbers
Determines the largest prime factor of a number, using naive trial division, appropriate only for comparatively small integers.
layout - Variable in class org.mathIT.gui.GraphViewer
The layout in which the graph is drawn.
lcm(BigInteger, BigInteger) - Static method in class org.mathIT.numbers.BigNumbers
Returns the least common multiple of m and n.
lcm(long, long) - Static method in class org.mathIT.numbers.Numbers
Returns the least common multiple of m and n.
leastPrimeFactor(int) - Static method in class org.mathIT.numbers.Numbers
Determines the least prime factor of a number, using naive trial division, appropriate only for comparably small integers.
line(Graphics, double, double, double, double) - Method in class org.mathIT.plot.ComplexPlotPane
Draws the line through the specified start and end coordinates projected onto the plot plane.
line(Graphics, double, double, double, double) - Method in class org.mathIT.plot.Plot3DPane
Draws the line through the specified start and end coordinates projected onto the plot plane.
ln(BigInteger) - Static method in class org.mathIT.numbers.BigNumbers
Returns the natural logarithm of a number x.
ln(BigDecimal) - Static method in class org.mathIT.numbers.BigNumbers
Returns the natural logarithm of a number x.
ln(BigDecimal, int) - Static method in class org.mathIT.numbers.BigNumbers
Returns the natural logarithm of a number x, up to an approximation order of n.
ln(Complex) - Static method in class org.mathIT.numbers.Complex
Logarithm of this complex number z.
ln(double[]) - Static method in class org.mathIT.numbers.Complex
Logarithm of a complex number z.
ln2(BigDecimal, int) - Static method in class org.mathIT.numbers.BigNumbers
Returns the dual logarithm of a number x, up to an approximation order of n.
lnCos(double[]) - Static method in class org.mathIT.numbers.Complex
Returns the natural logarithm of the cosine of a complex number z.
lnFactorial(long) - Static method in class org.mathIT.numbers.Numbers
Returns ln (n!).
lnGamma(double[]) - Static method in class org.mathIT.numbers.Complex
Logarithm of the Euler gamma function of a complex number z.
lnGamma(Complex) - Static method in class org.mathIT.numbers.Complex
Logarithm of the Euler gamma function of a complex number z.
lnGamma(double) - Static method in class org.mathIT.numbers.Numbers
Logarithm of the Euler Gamma function.
lnSin(Complex) - Static method in class org.mathIT.numbers.Complex
Returns the natural logarithm of the sine of a complex number z.
lnSin(double[]) - Static method in class org.mathIT.numbers.Complex
Returns the natural logarithm of the sine of a complex number z.
loadDNA() - Static method in class org.mathIT.genes.DNA
Returns a genome after opening a file in GNOM format, found by a file chooser dialog.
loadFASTA() - Static method in class org.mathIT.genes.DNA
Returns a genome after opening a file in FASTA format, determined by a file chooser dialog.
loadFASTA() - Static method in class org.mathIT.genes.Genome
Returns a genome after opening a file in FASTA format, determined by a file chooser dialog.
loadFASTA(boolean) - Static method in class org.mathIT.genes.ORF
Returns a genome after opening a file in FASTA format, determined by a file chooser dialog.
loadFASTA() - Static method in class org.mathIT.genes.Protein
Returns a protein after opening a file in FASTA format, determined by a file chooser dialog.
loadGenome() - Static method in class org.mathIT.genes.Genome
Returns a genome after opening a file in GNOM format, found by a file chooser dialog.
loadORFs() - Static method in class org.mathIT.genes.ORF
Returns a genome after opening a file in GNOM format, found by a file chooser dialog.
loadProtein() - Static method in class org.mathIT.genes.Protein
Returns a protein after opening a file in GNOM format, found by a file chooser dialog.
loadText(File) - Static method in class org.mathIT.util.Files
Returns the text from the specified file as an object of StringBuilder.
loadTextFile() - Static method in class org.mathIT.util.Files
Returns the text from a file as an object of StringBuilder, the file being selected by a file chooser dialog.
LocalCliffordOperator - Class in org.mathIT.quantum.stabilizer
An operator in the local Clifford group C1.
LocalCliffordOperator(int) - Constructor for class org.mathIT.quantum.stabilizer.LocalCliffordOperator
Constructor, takes an integer in 0..23.
LocalCliffordOperator(int, int) - Constructor for class org.mathIT.quantum.stabilizer.LocalCliffordOperator
constructor, takes a sign symbol in 0..3 (for I, X, Y, Z) and a permutation symbol 0..5 (for A, B, ..., F).
longValue() - Method in class org.mathIT.numbers.Quaternion
Returns the long value of the real part of this quaternion (by casting to type long).
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