I want to find the product of two matrix using a function without using for loop?
Help is really appreciated.
virtualmisc 0 Junior Poster in Training
Recommended Answers
Jump to Post— VernonDozier 2,218I want to find the product of two matrix using a function without using for loop?
Help is really appreciated.Why don't you want to use a for-loop? That would be the easiest way. Any for-loop can be converted to a while or do-while loop, and vice versa.
You're …
All 2 Replies
VernonDozier 2,218 Posting Expert Featured Poster
mrnutty 761 Senior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.