InfinitySparseMatrix is a special class of distance specifications. Finite entries
indicate possible matches, while infinite or NA entries indicated non-allowed
matches. This data type can be more space efficient for sparse matching
problems.
Usually, users will create distance specification using match_on, caliper, or
exactMatch. The ordering of units in an InfinitySparseMatrix is not guaranteed to be maintained after subsetting and/or other operations are performed.
colnamesvector containing names for all control units. This will either be a character vector or NULL if units have no names
rownamesvector containing names for all treated units. This will either be a character vector or NULL if units have no names
colsvector of integers corresponding to control units
rowsvector of integers corresponding to treated units
dimensioninteger vector containing the number of treated and control units, in that order
callfunction call used to create the InfinitySparseMatrix
Mark M. Fredrickson
match_on, caliper, exactMatch, fullmatch,  pairmatch