New

componentContribution(model, combinedModel, param)[source]

Perform the component contribution method

Note, we assume DfG0 for ‘[H+]’ is zero

invertProjection(A, epsilon)[source]

Inverts a general matrix A using the pseudoinverse

USAGE

[inv_A, r, PR, PL] = invertProjection (A, epsilon)

INPUTS
  • A – general matrix

  • epsilon – default = 1e-10

OUTPUTS
  • inv_A – the pseudoinverse of A

  • r – the rank of A

  • PR – the projection matrix onto the range(A)

  • PL – the projection matrix onto the null(A’)