|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_solve_LS_FLP
public class Silk_solve_LS_FLP
| Constructor Summary | |
|---|---|
Silk_solve_LS_FLP()
|
|
| Method Summary | |
|---|---|
(package private) static void |
SKP_Silk_LDL_FLP(float[] A,
int A_offset,
int M,
float[] L,
float[] Dinv)
LDL Factorisation. |
(package private) static void |
SKP_Silk_solve_LDL_FLP(float[] A,
int A_offset,
int M,
float[] b,
float[] x,
int x_offset)
Function to solve linear equation Ax = b, when A is a MxM symmetric square matrix - using LDL factorisation. |
(package private) static void |
SKP_Silk_SolveWithLowerTriangularWdiagOnes_FLP(float[] L,
int M,
float[] b,
float[] x)
Function to solve linear equation Ax = b, when A is a MxM lower triangular matrix, with ones on the diagonal. |
(package private) static void |
SKP_Silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP(float[] L,
int M,
float[] b,
float[] x,
int x_offset)
Function to solve linear equation (A^T)x = b, when A is a MxM lower triangular, with ones on the diagonal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Silk_solve_LS_FLP()
| Method Detail |
|---|
static void SKP_Silk_solve_LDL_FLP(float[] A,
int A_offset,
int M,
float[] b,
float[] x,
int x_offset)
A - Symmetric square matrix, out: reg.A_offset - offset of valid data.M - Size of matrixb - Pointer to b vectorx - Pointer to x solution vectorx_offset - offset of valid data.
static void SKP_Silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP(float[] L,
int M,
float[] b,
float[] x,
int x_offset)
L - Pointer to Lower Triangular MatrixM - Dim of Matrix equationb - b Vectorx - x Vectorx_offset - offset of valid data.
static void SKP_Silk_SolveWithLowerTriangularWdiagOnes_FLP(float[] L,
int M,
float[] b,
float[] x)
L - Pointer to Lower Triangular MatrixM - Pointer to Lower Triangular Matrixb - b Vectorx - x Vector
static void SKP_Silk_LDL_FLP(float[] A,
int A_offset,
int M,
float[] L,
float[] Dinv)
A - Pointer to Symetric Square MatrixA_offset - offset of valid data.M - Size of MatrixL - Pointer to Square Upper triangular MatrixDinv - Pointer to vector holding the inverse diagonal elements of D
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||