Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatrixDiff ¶
type MatrixDiff struct {
// Matrix Diff's ComMatrix is the combined matrix of the primary and secondary matrices.
types.ComMatrix
// contains filtered or unexported fields
}
MatrixDiff represent the diff between two comMatrices.
func Generate ¶
func Generate(primary *types.ComMatrix, secondary *types.ComMatrix) MatrixDiff
Generates the diff between primary mat to secondary mat.
func (*MatrixDiff) GetSharedEntries ¶ added in v0.0.3
func (m *MatrixDiff) GetSharedEntries() *types.ComMatrix
Get the common entries in both mat.
func (*MatrixDiff) GetUniquePrimary ¶ added in v0.0.3
func (m *MatrixDiff) GetUniquePrimary() *types.ComMatrix
Get the unique entries in primary mat.
func (*MatrixDiff) GetUniqueSecondary ¶ added in v0.0.3
func (m *MatrixDiff) GetUniqueSecondary() *types.ComMatrix
Get the unique entries in secondary mat.
func (*MatrixDiff) String ¶
func (m *MatrixDiff) String() (string, error)
Click to show internal directories.
Click to hide internal directories.