matrixdiff

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

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) GenerateUniquePrimary

func (m *MatrixDiff) GenerateUniquePrimary() *types.ComMatrix

Generates the unique entries in primary mat.

func (*MatrixDiff) GenerateUniqueSecondary

func (m *MatrixDiff) GenerateUniqueSecondary() *types.ComMatrix

Generates the unique entries in secondary mat.

func (*MatrixDiff) String

func (m *MatrixDiff) String() (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL