Class KFCovMatOps

java.lang.Object
org.jlab.clas.tracking.kalmanfilter.KFCovMatOps

public class KFCovMatOps extends Object
Author:
ziegler
  • Field Details

  • Constructor Details

  • Method Details

    • getMatrixLibrary

      public MatrixOps.Libr getMatrixLibrary()
    • filterCovMat

      public double[][] filterCovMat(double[] H, double[][] Carr, double V)
    • smoothCovMat

      public double[][] smoothCovMat(double[][] C_n_kp1, double[][] C_k, double[][] A, double[][] C_k_kp1)
    • smoothingCorr

      public double[][] smoothingCorr(double[][] C_k, double[][] FMatT, double[][] C_k_kp1)
    • inverse

      public double[][] inverse(double[][] C)
    • printMatrix

      public void printMatrix(double[][] mat, String message)
      prints the matrix -- used for debugging
      Parameters:
      mat - matrix
      message -